diff --git a/package.json b/package.json index a32a9739..7f8eba68 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "main": "index.js", "scripts": { - "test": "ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.* & ONLY=redis nodeunit test/common_test.js & only=mysql nodeunit test/common_test.js" + "test": "ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.* & ONLY=redis nodeunit test/common_test.js & ONLY=mysql nodeunit test/common_test.js" }, "engines": [ "node >= 0.4.0" @@ -16,7 +16,8 @@ "dependencies": { "redis": ">= 0.6.7", "mongoose": ">= 2.2.3", - "mysql": ">= 0.9.4" + "mysql": ">= 0.9.4", + "sequelize": "*" }, "devDependencies": { "nodeunit": ">= 0",