From e4e280d0e53ce078914fe01cc4fdca54363b5a8b Mon Sep 17 00:00:00 2001 From: Anatoliy Chakkaev Date: Fri, 20 Jan 2012 00:19:37 +0400 Subject: [PATCH] Mysql sort, where and limit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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",