Update package.json for the release

This commit is contained in:
Raymond Feng 2013-10-08 08:49:14 -07:00
parent 802e61aba9
commit 7e06e5d7b0
1 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@
"coverage": "mocha -r blanket -R html-cov > coverage_loopback-connector-mysql.html"
},
"dependencies": {
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
"mysql": ">=2.0.0-alpha9",
"loopback-datasource-juggler": "~1.0.0",
"mysql": "~2.0.0-alpha9",
"async": "~0.2.9"
},
"devDependencies": {