Commit 427fd32e by Nathan Rajlich

package.json: support node >= 0.6.0

parent 77176d60
......@@ -31,7 +31,7 @@
"expresso": "*"
},
"engines": {
"node": "~0.6.0"
"node": ">= 0.6.0"
},
"licenses": [{ "type": "BSD" }],
"main": "./lib/sqlite3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment