aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2013-05-19 14:24:33 +0300
committerMihai Bazon <mihai@bazon.net>2013-05-19 14:24:33 +0300
commitad1fc3b71ad0c5d24fde1b5be5cfdbdeced1dedc (patch)
tree75059df7e36ce46b0078a41702509e4c9503411c
parent2b40a5ac62102f6e61a891afa1276eeba948f6a4 (diff)
downloadtracifyjs-ad1fc3b71ad0c5d24fde1b5be5cfdbdeced1dedc.tar.gz
tracifyjs-ad1fc3b71ad0c5d24fde1b5be5cfdbdeced1dedc.zip
Fix package.json (use `repository` instead of `repositories`)
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 35c2ff04..9f08ff8c 100644
--- a/package.json
+++ b/package.json
@@ -10,10 +10,10 @@
"email": "mihai.bazon@gmail.com",
"web": "http://lisperator.net/"
}],
- "repositories": [{
+ "repository": {
"type": "git",
"url": "https://github.com/mishoo/UglifyJS2.git"
- }],
+ },
"dependencies": {
"async" : "~0.2.6",
"source-map" : "~0.1.7",