Skip to content

Commit 45f4fba

Browse files
committed
Updated package.json so current tagged version works only with node 0.4.x
1 parent 24a3cde commit 45f4fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"should": ">=0.2.1"
4040
},
4141
"engines": {
42-
"node": ">=0.4.0"
42+
"node": "=0.4.x"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)