Commit 8ad0ffc4 by Dane Springmeyer

Merge pull request #185 from calvinmetcalf/patch-1

remove && in engins
parents bbe1f602 737c5d9a
......@@ -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