summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/outdated-git/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/outdated-git/package.json')
-rw-r--r--deps/npm/test/tap/outdated-git/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/npm/test/tap/outdated-git/package.json b/deps/npm/test/tap/outdated-git/package.json
index e160a21cc..209936dde 100644
--- a/deps/npm/test/tap/outdated-git/package.json
+++ b/deps/npm/test/tap/outdated-git/package.json
@@ -6,6 +6,7 @@
"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-private-credentials": "git://user:pass@github.com/robertkowalski/foo-private.git",
+ "foo-github": "robertkowalski/foo"
}
}