loosen requirement for node-sqlite3 to allow for 3.1.x with node 4.x support - refs #58

This commit is contained in:
Dane Springmeyer
2015-10-14 08:19:51 -07:00
parent f499639ec7
commit 57bfed6234

View File

@@ -20,7 +20,7 @@
],
"dependencies": {
"tiletype": "0.1.x",
"sqlite3": "~3.0.0",
"sqlite3": "3.x",
"sphericalmercator": "~1.0.1"
},
"devDependencies": {