Fix package.json (use repository instead of repositories)

This commit is contained in:
Mihai Bazon
2013-05-19 14:24:33 +03:00
parent 2b40a5ac62
commit ad1fc3b71a

View File

@@ -10,10 +10,10 @@
"email": "mihai.bazon@gmail.com", "email": "mihai.bazon@gmail.com",
"web": "http://lisperator.net/" "web": "http://lisperator.net/"
}], }],
"repositories": [{ "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mishoo/UglifyJS2.git" "url": "https://github.com/mishoo/UglifyJS2.git"
}], },
"dependencies": { "dependencies": {
"async" : "~0.2.6", "async" : "~0.2.6",
"source-map" : "~0.1.7", "source-map" : "~0.1.7",