From b39abd65825af53b8af837d7ea544019757abecb 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, 3 insertions(+) diff --git a/package.json b/package.json index bd4fb3e7..2ec25df7 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,8 @@ "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" } }