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-07-12 04:39:55 +0400
committerisaacs <i@izs.me>2012-07-12 04:39:55 +0400
commit8af991f33431e28a6a5e31287b29cebdc4d6b632 (patch)
tree52713f39e4c1a40d5a42a2693cf1cfd7fafcf3b0
parent3487273d40b2ece636f3e5ce9058e164fe2ecace (diff)
Fix npm running on 0.9.x versions
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3e872f886..61c7a263b 100644
--- a/package.json
+++ b/package.json
@@ -112,7 +112,7 @@
"tap": "~0.2.5"
},
"engines": {
- "node": "0.6 || 0.7 || 0.8",
+ "node": ">0.6",
"npm": "1"
},
"scripts": {