Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef60cd5 commit 9d368a2Copy full SHA for 9d368a2
README.md
@@ -13,6 +13,10 @@ rewire does **not** load the file and eval the contents to emulate node's requir
13
14
**Debugging is fully supported.**
15
16
+##Important note:
17
+
18
+rewire works currently only with node >=0.6.15. In doubt run `npm test`.
19
20
-----------------------------------------------------------------
21
<br />
22
package.json
@@ -25,7 +25,7 @@
25
"url": "git://github.com/jhnns/rewire.git"
26
},
27
"engines" : {
28
- "node" : "0.6.x"
+ "node" : ">=0.6.15"
29
30
"dependencies": {
31
"toSrc": "0.1.x"
0 commit comments