Commit 7d763404 by Konstantin Käfer

bump version number and require 0.6.13 for gyp support

parent bc3cfa11
{ {
"name": "sqlite3", "name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings", "description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "2.1.1", "version": "2.1.2",
"homepage": "http://github.com/developmentseed/node-sqlite3", "homepage": "http://github.com/developmentseed/node-sqlite3",
"author": { "author": {
"name": "Development Seed", "name": "Development Seed",
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"expresso": "*" "expresso": "*"
}, },
"engines": { "engines": {
"node": "0.6.x" "node": "~0.6.13"
}, },
"scripts": { "scripts": {
"test": "expresso -I lib test/*.test.js" "test": "expresso -I lib test/*.test.js"
......
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