Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-10-13 01:16:49 +0400
committerisaacs <i@izs.me>2012-10-13 01:34:07 +0400
commitbfcd368e50b6aa00f30fec9987d44080a5467174 (patch)
tree1448efdd7f4bed0d64c35c35a910c742f1645517 /test
parent6741bfe580878fc9deae684fe97fd2a2fbc5d95b (diff)
Support username/project as a shorthand for github urls
Diffstat (limited to 'test')
-rw-r--r--test/packages/npm-test-url-dep/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/packages/npm-test-url-dep/package.json b/test/packages/npm-test-url-dep/package.json
index 72a139e54..a35dc1cbf 100644
--- a/test/packages/npm-test-url-dep/package.json
+++ b/test/packages/npm-test-url-dep/package.json
@@ -1,4 +1,7 @@
{ "name":"npm-test-url-dep"
, "version" : "1.2.3"
, "dependencies" :
- { "dnode" : "https://github.com/substack/dnode/tarball/master" } }
+ { "dnode" : "https://github.com/substack/jsonify/tarball/master"
+ , "sax": "isaacs/sax-js"
+ , "canonical-host": "git://github.com/isaacs/canonical-host"
+ } }