This commit is contained in:
Miroslav Bajtoš 2014-07-22 20:37:38 +02:00
parent 58da6277e3
commit 8687267f66
1 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
"mobile", "mobile",
"mBaaS" "mBaaS"
], ],
"version": "2.0.0-beta7", "version": "2.0.0",
"scripts": { "scripts": {
"test": "grunt mocha-and-karma" "test": "grunt mocha-and-karma"
}, },
@ -36,7 +36,7 @@
"canonical-json": "0.0.4", "canonical-json": "0.0.4",
"ejs": "~1.0.0", "ejs": "~1.0.0",
"express": "4.x", "express": "4.x",
"strong-remoting": "~2.0.0-beta5", "strong-remoting": "^2.0.0",
"bcryptjs": "~2.0.1", "bcryptjs": "~2.0.1",
"debug": "~1.0.4", "debug": "~1.0.4",
"inflection": "~1.3.8", "inflection": "~1.3.8",
@ -47,7 +47,7 @@
"underscore.string": "~2.3.3" "underscore.string": "~2.3.3"
}, },
"peerDependencies": { "peerDependencies": {
"loopback-datasource-juggler": "~2.0.0-beta3" "loopback-datasource-juggler": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"browserify": "~4.2.1", "browserify": "~4.2.1",
@ -72,7 +72,7 @@
"karma-phantomjs-launcher": "~0.1.4", "karma-phantomjs-launcher": "~0.1.4",
"karma-script-launcher": "~0.1.0", "karma-script-launcher": "~0.1.0",
"loopback-boot": "^1.1.0", "loopback-boot": "^1.1.0",
"loopback-datasource-juggler": "~2.0.0-beta3", "loopback-datasource-juggler": "^2.0.0",
"loopback-testing": "~0.2.0", "loopback-testing": "~0.2.0",
"mocha": "~1.20.1", "mocha": "~1.20.1",
"serve-favicon": "~2.0.1", "serve-favicon": "~2.0.1",