[Pkg-javascript-commits] [uglifyjs] 90/190: Add keywords to package.json
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 7 23:17:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to annotated tag upstream/2.7.0
in repository uglifyjs.
commit ebe118dc79aca8b143409f13b336c2a04f028fa4
Author: Anthony Van de Gejuchte <anthonyvdgent at gmail.com>
Date: Sat Jan 16 21:35:39 2016 +0100
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 bd4fb3e..da0f835 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"]
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list