Skip to content

Commit 1daed65

Browse files
committed
Require node 0.2.0
1 parent e631b88 commit 1daed65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
, "directories" : { "doc" : "./doc", "man" : "./man", "lib" : "./lib" }
3030
, "bin" : { "npm" : "./cli.js" }
31-
, "engines" : { "node" : ">=0.1.103" }
31+
, "engines" : { "node" : ">=0.2.0" }
3232
, "scripts" : { "test" : "make test" }
3333
, "licenses" :
3434
[ { "type" : "MIT"

0 commit comments

Comments
 (0)