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/npm.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-03-05 01:20:50 +0300
committerisaacs <i@izs.me>2011-03-22 01:55:49 +0300
commitb9b6eb86254acb0e86742602d9be48a00f4efca6 (patch)
treee7ca64ad2c9a804bb425c24884932b4c806e6614 /npm.js
parenta257844f71ea959b9960a32ba20e79fb01b34654 (diff)
EISGIT for attempts to unbuild git repos
If you check it out, and put it there, it's yours, not npm's
Diffstat (limited to 'npm.js')
-rw-r--r--npm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/npm.js b/npm.js
index c6d8773d6..bc4556dc9 100644
--- a/npm.js
+++ b/npm.js
@@ -27,6 +27,7 @@ npm.ELIFECYCLE = {}
npm.E404 = {}
npm.EPUBLISHCONFLICT = {}
npm.EJSONPARSE = {}
+npm.EISGIT = {}
try {