loosen requirement for node-sqlite3 to allow for 3.1.x with node 4.x support - refs #58
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tiletype": "0.1.x",
|
"tiletype": "0.1.x",
|
||||||
"sqlite3": "~3.0.0",
|
"sqlite3": "3.x",
|
||||||
"sphericalmercator": "~1.0.1"
|
"sphericalmercator": "~1.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user