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 06:04:28 +0300
committerisaacs <i@izs.me>2011-03-22 01:55:50 +0300
commitb6ac55940d2ddd52b15666a83ad579837c31cbd3 (patch)
tree3257be55ebe2dde30cff372f6e960a601d2bc7f5 /npm.js
parent93c1486e2a783fc3b11ec71e2d4b8fb2cf6c44e2 (diff)
Add engine checks
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 b62b84f57..11c0e4f8c 100644
--- a/npm.js
+++ b/npm.js
@@ -29,6 +29,7 @@ npm.EPUBLISHCONFLICT = {}
npm.EJSONPARSE = {}
npm.EISGIT = {}
npm.ECYCLE = {}
+npm.EENGINE = {}
try {