Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d368a2

Browse files
committed
changed node version to >=0.6.15
1 parent ef60cd5 commit 9d368a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ rewire does **not** load the file and eval the contents to emulate node's requir
1313

1414
**Debugging is fully supported.**
1515

16+
##Important note:
17+
18+
rewire works currently only with node >=0.6.15. In doubt run `npm test`.
19+
1620
-----------------------------------------------------------------
1721
<br />
1822

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "git://github.com/jhnns/rewire.git"
2626
},
2727
"engines" : {
28-
"node" : "0.6.x"
28+
"node" : ">=0.6.15"
2929
},
3030
"dependencies": {
3131
"toSrc": "0.1.x"

0 commit comments

Comments
 (0)