aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkzc <kzc@users.noreply.github.com>2017-05-20 10:09:51 -0400
committerAlex Lam S.L <alexlamsl@gmail.com>2017-05-20 22:09:50 +0800
commit7e164aba8f9cc295b9e251cbe800f47c6390b0be (patch)
tree8af5c49cb8adc813f42b3909a5bb729d329cdea3
parent22aedef849e6e1ee8fd8c8ed0ccf27127eccd10a (diff)
downloadtracifyjs-7e164aba8f9cc295b9e251cbe800f47c6390b0be.tar.gz
tracifyjs-7e164aba8f9cc295b9e251cbe800f47c6390b0be.zip
add "es5" to package.json keywords (#1980)
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4bd70c4b..088a2926 100644
--- a/package.json
+++ b/package.json
@@ -40,5 +40,5 @@
"scripts": {
"test": "node test/run-tests.js"
},
- "keywords": ["uglify", "uglify-js", "minify", "minifier"]
+ "keywords": ["uglify", "uglify-js", "minify", "minifier", "es5"]
}