Use juggler@3 for running the tests
This commit is contained in:
parent
a9dc15c180
commit
b13f501ef6
|
@ -8,7 +8,7 @@
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "mocha --timeout 10000 test/*.js",
|
"test": "mocha --timeout 10000 test/*.js",
|
||||||
"posttest": "npm run lint"
|
"posttest": "npm run lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^0.9.0",
|
"async": "^0.9.0",
|
||||||
"debug": "^2.1.1",
|
"debug": "^2.1.1",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"bluebird": "~2.9.10",
|
"bluebird": "~2.9.10",
|
||||||
"eslint": "^2.13.1",
|
"eslint": "^2.13.1",
|
||||||
"eslint-config-loopback": "^4.0.0",
|
"eslint-config-loopback": "^4.0.0",
|
||||||
"loopback-datasource-juggler": "^2.28.0",
|
"loopback-datasource-juggler": "^3.0.0-alpha.7",
|
||||||
"mocha": "^2.1.0",
|
"mocha": "^2.1.0",
|
||||||
"rc": "^1.0.0",
|
"rc": "^1.0.0",
|
||||||
"should": "^8.0.2",
|
"should": "^8.0.2",
|
||||||
|
|
Loading…
Reference in New Issue