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:
-rw-r--r--.gitignore1
-rw-r--r--package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 148a8c82d..1d9fa90f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,4 +19,5 @@ npm-debug.log
/release/
/npm-*.tgz
/node_modules/npm-registry-client/test/fixtures
+/node_modules/npm-registry-couchapp
*.pyc
diff --git a/package.json b/package.json
index 8876cb5ac..fb006e18b 100644
--- a/package.json
+++ b/package.json
@@ -141,6 +141,7 @@
],
"devDependencies": {
"marked": "~0.3.2",
+ "npm-registry-couchapp": "~2.3.1",
"npm-registry-mock": "~0.6.3",
"ronn": "~0.3.6",
"tap": "~0.4.9"