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

Skip to content

Commit a628215

Browse files
author
Johannes
committed
added backwards compatibility to node version
1 parent 8c0c42e commit a628215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "rewire",
3-
"version" : "0.2.1",
3+
"version" : "0.2.2",
44
"description" : "Dependency injection for node.js applications",
55
"keywords" : [
66
"dependency",
@@ -27,13 +27,13 @@
2727
"url": "git://github.com/jhnns/rewire.git"
2828
},
2929
"engines" : {
30-
"node" : "0.8.x"
30+
"node" : "<=0.8.x"
3131
},
3232
"devDependencies": {
3333
"mocha": "1.1.x",
3434
"expect.js": "0.1.x"
3535
},
3636
"scripts" : {
37-
"test" : "make test"
37+
"test" : "mocha"
3838
}
3939
}

0 commit comments

Comments
 (0)