Fix sqlite3 verion in dependency

This commit is contained in:
Anatoliy Chakkaev 2012-01-30 19:46:38 +04:00
parent 7a52a7cfb6
commit 393db580c4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"sequelize": "*", "sequelize": "*",
"pg": "*", "pg": "*",
"hashish": "*", "hashish": "*",
"sqlite3": ">= 2.1.1" "sqlite3": "*"
}, },
"devDependencies": { "devDependencies": {
"nodeunit": ">= 0", "nodeunit": ">= 0",