Updated deps

This commit is contained in:
Anatoliy Chakkaev 2013-02-12 17:10:15 +08:00
parent 80cae2d14f
commit 73807276bc
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ {
"name": "jugglingdb-mysql", "name": "jugglingdb-mysql",
"version": "0.0.1-2", "version": "0.0.1-3",
"description": "MySQL adapter for JugglingDB", "description": "MySQL adapter for JugglingDB",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "nodeunit test/*" "test": "nodeunit test/*"
}, },
"dependencies": { "dependencies": {
"jugglingdb": "= 0.2.x", "jugglingdb": "latest",
"mysql": ">= 2.0.0-alpha3" "mysql": ">= 2.0.0-alpha3"
}, },
"devDependencies": { "devDependencies": {