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

Commit ff35e2fe by sdepold

reverted changes

1 parent 12aa92ec
Showing with 3 additions and 3 deletions
{ {
"name": "sqlize", "name": "sequelize",
"description": "MySQL ORM for Node.JS", "description": "MySQL ORM for Node.JS",
"version": "1.3.7-3", "version": "1.3.7",
"author": "Sascha Depold <sascha@depold.com>", "author": "Sascha Depold <sascha@depold.com>",
"contributors": [ "contributors": [
{ "name": "Sascha Depold", "email": "sascha@depold.com" }, { "name": "Sascha Depold", "email": "sascha@depold.com" },
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"jasmine-node": "1.0.x", "jasmine-node": "1.0.x",
"sqlite3": ">=2.0.0" "sqlite3": ">=2.0.0"
}, },
"keywords": [], "keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"main": "index", "main": "index",
"scripts": { "scripts": {
"test": "./node_modules/.bin/jasmine-node spec/" "test": "./node_modules/.bin/jasmine-node spec/"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!