Commit cb835651 by Dane Springmeyer

v0.2.4

parent 28e57741
# Changlog # Changlog
## 2.2.4
- Now supporting node v0.11.x (specifically >=0.11.13)
- Fix db opening error with absolute path on windows
- Updated to node-pre-gyp@0.5.18
## 2.2.3 ## 2.2.3
- Fixed regression in v2.2.2 for installing from binaries on windows. - Fixed regression in v2.2.2 for installing from binaries on windows.
......
{ {
"name": "sqlite3", "name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings", "description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "2.2.4-alpha", "version": "2.2.4",
"homepage": "http://github.com/mapbox/node-sqlite3", "homepage": "http://github.com/mapbox/node-sqlite3",
"author": { "author": {
"name": "MapBox", "name": "MapBox",
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"node-pre-gyp": "0.5.13", "node-pre-gyp": "0.5.13",
"nan": "1.1.2", "nan": "1.1.2",
"node-pre-gyp": "0.5.13", "node-pre-gyp": "0.5.18",
"set-immediate": "0.1.1" "set-immediate": "0.1.1"
}, },
"bundledDependencies": [ "bundledDependencies": [
......
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