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 8c0c42e commit a628215Copy full SHA for a628215
package.json
@@ -1,6 +1,6 @@
1
{
2
"name" : "rewire",
3
- "version" : "0.2.1",
+ "version" : "0.2.2",
4
"description" : "Dependency injection for node.js applications",
5
"keywords" : [
6
"dependency",
@@ -27,13 +27,13 @@
27
"url": "git://github.com/jhnns/rewire.git"
28
},
29
"engines" : {
30
- "node" : "0.8.x"
+ "node" : "<=0.8.x"
31
32
"devDependencies": {
33
"mocha": "1.1.x",
34
"expect.js": "0.1.x"
35
36
"scripts" : {
37
- "test" : "make test"
+ "test" : "mocha"
38
}
39
0 commit comments