Fix package.json (use `repository` instead of `repositories`)
authorMihai Bazon <mihai@bazon.net>
Sun, 19 May 2013 11:24:33 +0000 (14:24 +0300)
committerMihai Bazon <mihai@bazon.net>
Sun, 19 May 2013 11:24:33 +0000 (14:24 +0300)
package.json

index 35c2ff0..9f08ff8 100644 (file)
         "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",