Commit 45672f6c by Konstantin Käfer

update compatibility information

parent bd153a81
...@@ -4,7 +4,7 @@ node-sqlite3 - Asynchronous, non-blocking SQLite3 bindings for node.js ...@@ -4,7 +4,7 @@ node-sqlite3 - Asynchronous, non-blocking SQLite3 bindings for node.js
# COMPATIBILITY # COMPATIBILITY
The SQLite bindings are compatible with node.js 0.4.* The SQLite bindings are compatible with node.js 0.2 and 0.4
# SYNOPSIS # SYNOPSIS
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"url": "git://github.com/developmentseed/node-sqlite3.git" "url": "git://github.com/developmentseed/node-sqlite3.git"
}, },
"engines": { "engines": {
"node": ">=0.4.0" "node": ">=0.2.6"
}, },
"licenses": [{ "type": "BSD" }], "licenses": [{ "type": "BSD" }],
"main": "./lib/sqlite3" "main": "./lib/sqlite3"
......
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