From ebe118dc79aca8b143409f13b336c2a04f028fa4 Mon Sep 17 00:00:00 2001 From: Anthony Van de Gejuchte Date: Sat, 16 Jan 2016 21:35:39 +0100 Subject: [PATCH] Add keywords to package.json Should hopefully bump up on the results of the npm site when searching `uglify` --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"] } -- 2.34.1