From ad1fc3b71ad0c5d24fde1b5be5cfdbdeced1dedc Mon Sep 17 00:00:00 2001 From: Mihai Bazon Date: Sun, 19 May 2013 14:24:33 +0300 Subject: [PATCH] Fix package.json (use `repository` instead of `repositories`) --- package.json | 4 ++-- 1 file 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", -- 2.34.1