Commit 29cb28e5 by Konstantin Käfer

npm doesn't seem to recognize ~ in version numbers properly

parent 5072f702
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"step": "0.0.4" "step": "0.0.4"
}, },
"engines": { "engines": {
"node": "~0.6.0" "node": "0.6.x"
}, },
"licenses": [{ "type": "BSD" }], "licenses": [{ "type": "BSD" }],
"main": "./lib/sqlite3" "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