Commit 737c5d9a by Calvin Metcalf

the && is incorrect and causing errors for me

parent bbe1f602
......@@ -30,7 +30,7 @@
"url": "git://github.com/developmentseed/node-sqlite3.git"
},
"engines": {
"node": ">= 0.6.13 && < 0.11.0"
"node": ">= 0.6.13 < 0.11.0"
},
"scripts": {
"pretest": "node test/support/createdb.js",
......
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