不要怂,就是干,撸起袖子干!

Commit 2ee83449 by sdepold

fixed sqlite3 dependency

1 parent a707c06b
Showing with 1 additions and 1 deletions
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
}, },
"devDependencies": { "devDependencies": {
"jasmine-node": "1.0.x", "jasmine-node": "1.0.x",
"sqlite3": "2.0.x | 2.1.x" "sqlite3": ">=2.0.0"
}, },
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"], "keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"main": "index", "main": "index",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!