From 56182e962a89671d33a7d6263e1b3006028e84e3 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 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"] }