Add keywords to package.json

Should hopefully bump up on the results of the npm site when searching `uglify`
This commit is contained in:
Anthony Van de Gejuchte
2016-01-16 21:35:39 +01:00
committed by Richard van Velzen
parent 70e5b6f15b
commit ebe118dc79

View 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"]
}