From: Mihai Bazon Date: Sun, 19 May 2013 11:24:33 +0000 (+0300) Subject: Fix package.json (use `repository` instead of `repositories`) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ad1fc3b71ad0c5d24fde1b5be5cfdbdeced1dedc;p=UglifyJS.git Fix package.json (use `repository` instead of `repositories`) --- 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",