Add keywords to package.json
authorAnthony Van de Gejuchte <anthonyvdgent@gmail.com>
Sat, 16 Jan 2016 20:35:39 +0000 (21:35 +0100)
committerRichard van Velzen <rvanvelzen@experty.com>
Tue, 19 Jan 2016 18:26:55 +0000 (19:26 +0100)
Should hopefully bump up on the results of the npm site when searching `uglify`

package.json

index bd4fb3e..da0f835 100644 (file)
@@ -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"]
 }