Add keywords

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
parent ac8db977b9
commit b39abd6582

View File

@ -49,5 +49,8 @@
"scripts": { "scripts": {
"shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated", "shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated",
"test": "node test/run-tests.js" "test": "node test/run-tests.js"
},
"keywords": {
"uglify", "uglify-js"
} }
} }