[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:
Marijn Haverbeke
2013-05-21 14:36:49 +02:00
parent 38f0e80547
commit c979446572

View File

@@ -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"},