diff options
author | Anthony Van de Gejuchte <anthonyvdgent@gmail.com> | 2016-01-16 21:35:39 +0100 |
---|---|---|
committer | Richard van Velzen <rvanvelzen@experty.com> | 2016-01-19 19:26:55 +0100 |
commit | ebe118dc79aca8b143409f13b336c2a04f028fa4 (patch) | |
tree | 0f5fe4f046cc5fb92a643e8cb7b6339290b74f87 /package.json | |
parent | 70e5b6f15b130eb1366ff81e0a8a7f187e9cf427 (diff) | |
download | tracifyjs-ebe118dc79aca8b143409f13b336c2a04f028fa4.tar.gz tracifyjs-ebe118dc79aca8b143409f13b336c2a04f028fa4.zip |
Add keywords to package.json
Should hopefully bump up on the results of the npm site when searching `uglify`
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index bd4fb3e7..da0f835e 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,6 @@ "scripts": { "shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated", "test": "node test/run-tests.js" - } + }, + "keywords": ["uglify", "uglify-js", "minify", "minifier"] } |