Merge pull request #501 from Algunenano/1477_cast
[Test] Update node-sqlite3 to 4.0.0
This commit is contained in:
commit
b599f6ebf1
1
NEWS.md
1
NEWS.md
@ -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
1666
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user