Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes <mail@johannesewald.de>2012-06-05 18:56:43 +0400
committerJohannes <mail@johannesewald.de>2012-06-05 18:56:43 +0400
commit9d368a2f0d328092781b5282001196d59f8fc160 (patch)
tree896703eaba839aa7f3ffc9eda29dff1ee9cb0e40
parentef60cd52b7ba7bbf3074adc4029e9430ae2cbd42 (diff)
changed node version to >=0.6.15v0.1.2
-rw-r--r--README.md4
-rw-r--r--package.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 694c7c4..3abc6bf 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,10 @@ rewire does **not** load the file and eval the contents to emulate node's requir
**Debugging is fully supported.**
+##Important note:
+
+rewire works currently only with node >=0.6.15. In doubt run `npm test`.
+
-----------------------------------------------------------------
<br />
diff --git a/package.json b/package.json
index ad39bdb..774ba95 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"url": "git://github.com/jhnns/rewire.git"
},
"engines" : {
- "node" : "0.6.x"
+ "node" : ">=0.6.15"
},
"dependencies": {
"toSrc": "0.1.x"