From: Anthony Van de Gejuchte Date: Sat, 16 Jan 2016 20:35:39 +0000 (+0100) Subject: Add keywords to package.json X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ebe118dc79aca8b143409f13b336c2a04f028fa4;p=UglifyJS.git Add keywords to package.json Should hopefully bump up on the results of the npm site when searching `uglify` --- 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"] }