Files
npm/test/tap/outdated-git/package.json
Robert Kowalski 706b51f093 Add now-passing test for repo shorthands
Closes #4635, by proving that the update to
normalize-package-data in read-package-json fixed
the problem.
2014-02-13 13:17:48 +01:00

13 lines
360 B
JSON

{
"name": "outdated-git",
"author": "Rocko Artischocko",
"description": "fixture",
"version": "0.0.1",
"main": "index.js",
"dependencies": {
"foo-private": "git://github.com/robertkowalski/foo-private.git",
"foo-private-credentials": "git://user:pass@github.com/robertkowalski/foo-private.git",
"foo-github": "robertkowalski/foo"
}
}