Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d368a2

Browse files
committed
changed node version to >=0.6.15
1 parentef60cd5 commit9d368a2

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)

[8]ページ先頭

©2009-2025 Movatter.jp