Tidy up package.json for LoopBack 1.0.0

This commit is contained in:
Raymond Feng 2013-09-04 16:53:54 -07:00
parent 5a49b4d6b3
commit 314673f22e
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "0.0.1",
"version": "1.0.0",
"description": "MySQL connector for loopback-datasource-juggler",
"main": "index.js",
"scripts": {
@ -13,13 +13,13 @@
"dependencies": {
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
"mysql": ">= 2.0.0-alpha8",
"async": "latest"
"async": "~0.2.9"
},
"devDependencies": {
"coffee-script": "latest",
"coffee-script": "~1.6.3",
"should": "~1.2.2",
"mocha": "~1.8.2",
"blanket": "latest",
"blanket": "~1.1.5",
"rc": "~0.3.0"
},
"repository": {