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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-11 18:49:22 +0400
committerisaacs <i@izs.me>2012-06-11 18:49:45 +0400
commit14036d56cfd80b86dd58962aed924f4fd848b5d3 (patch)
tree338d2229ada9bf7808f1cf262111c50be89fd2c5
parente62cce3d80851c5107845e43a20c48446b14dec2 (diff)
Bundle registry client
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0918231a5..c9140121f 100644
--- a/package.json
+++ b/package.json
@@ -88,7 +88,8 @@
"archy",
"chownr",
"npmlog",
- "ansi"
+ "ansi",
+ "npm-registry-client"
],
"devDependencies": {
"ronn": "https://github.com/isaacs/ronnjs/tarball/master"