Merge pull request #501 from Algunenano/1477_cast

[Test] Update node-sqlite3 to 4.0.0
This commit is contained in:
Raúl Marín 2018-06-08 14:35:47 +02:00 committed by GitHub
commit b599f6ebf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 471 additions and 1200 deletions

View File

@ -9,6 +9,7 @@ New features:
Announcements:
* Updated carto-psql to 0.12.0
* [Test] Update sqlite3 to 4.0.0
## 2.0.0

1666
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,7 @@
"libxmljs": "0.18.0",
"mocha": "3.2.0",
"shapefile": "0.3.0",
"sqlite3": "3.1.8",
"sqlite3": "4.0.0",
"zipfile": "0.5.11"
},
"scripts": {
@ -59,7 +59,7 @@
"docker-bash": "docker run -it -v `pwd`:/srv carto/nodejs6-xenial-pg101 bash"
},
"engines": {
"node": ">=0.8 <0.11",
"node": ">= 4.5.0",
"npm": ">=1.2.1"
}
}