aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2012-11-21 13:27:03 +0200
committerMihai Bazon <mihai@bazon.net>2012-11-21 13:27:03 +0200
commit642ba2e92c12bd36810ab42106f922de04bb48f4 (patch)
treef97270ae174ae6c066bbf002a9a9de91b86bab8b /package.json
parent089ac908b794bf1bc06d004bcb32d3d65f19ce64 (diff)
downloadtracifyjs-642ba2e92c12bd36810ab42106f922de04bb48f4.tar.gz
tracifyjs-642ba2e92c12bd36810ab42106f922de04bb48f4.zip
rename the npm package to "uglify-js" and cli tool to "uglifyjs"
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index cc0f318d..f55b2eac 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
- "name": "uglify-js2",
+ "name": "uglify-js",
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
"homepage": "http://lisperator.net/uglifyjs",
"main": "tools/node.js",
- "version": "2.1.11",
+ "version": "2.2.0",
"engines": { "node" : ">=0.4.0" },
"maintainers": [{
"name": "Mihai Bazon",
@@ -19,7 +19,7 @@
"optimist" : "~0.3.5"
},
"bin": {
- "uglifyjs2" : "bin/uglifyjs2"
+ "uglifyjs" : "bin/uglifyjs"
},
"scripts": {"test": "node test/run-tests.js"}
}