Fix missing strong-remoting devDependency.
This commit is contained in:
parent
a6afe13b08
commit
19c3fe3870
|
@ -28,7 +28,8 @@
|
||||||
"loopback": "1.x",
|
"loopback": "1.x",
|
||||||
"mocha": "~1.14.0",
|
"mocha": "~1.14.0",
|
||||||
"supertest": "~0.8.1",
|
"supertest": "~0.8.1",
|
||||||
"chai": "~1.8.1"
|
"chai": "~1.8.1",
|
||||||
|
"strong-remoting": "^2.0.0-beta4"
|
||||||
},
|
},
|
||||||
"license": {
|
"license": {
|
||||||
"name": "Dual MIT/StrongLoop",
|
"name": "Dual MIT/StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue