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:
-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"