[package.json] Use 'repository' rather than 'repositories' field
Apparently the second is no longer supported in npm 1.2 (?). Closes #42
This commit is contained in:
@@ -8,10 +8,8 @@
|
||||
"maintainers": [{"name": "Marijn Haverbeke",
|
||||
"email": "marijnh@gmail.com",
|
||||
"web": "http://marijnhaverbeke.nl"}],
|
||||
"repositories": [{"type": "git",
|
||||
"url": "http://marijnhaverbeke.nl/git/acorn"},
|
||||
{"type": "git",
|
||||
"url": "https://github.com/marijnh/acorn.git"}],
|
||||
"repository": {"type": "git",
|
||||
"url": "http://marijnhaverbeke.nl/git/acorn"},
|
||||
"licenses": [{"type": "MIT",
|
||||
"url": "http://marijnhaverbeke.nl/acorn/LICENSE"}],
|
||||
"scripts": {"test": "node test/run.js"},
|
||||
|
||||
Reference in New Issue
Block a user