Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 19e0904

Browse files
author
Raymond Feng
committed
Merge branch 'release/0.1.2' into production
2 parents 940654d + cdd4bf4 commit 19e0904

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-testing",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Utilities for testing LoopBack applications",
55
"main": "index.js",
66
"scripts": {
@@ -10,16 +10,16 @@
1010
"author": "Ritchie Martori",
1111
"license": "MIT",
1212
"dependencies": {
13-
"supertest": "~0.8.2",
14-
"mocha": "~1.15.1",
15-
"async": "~0.2.9"
13+
"supertest": "~0.9.0",
14+
"mocha": "~1.17.1",
15+
"async": "~0.2.10"
1616
},
1717
"peerDependencies": {
18-
"loopback-datasource-juggler": "~1.2.7",
19-
"loopback": ">= 1.2.0"
18+
"loopback": ">=1.6.1",
19+
"loopback-datasource-juggler": "1.x"
2020
},
2121
"devDependencies": {
22-
"chai": "~1.8.1",
23-
"loopback": ">= 1.2.0"
22+
"chai": "~1.9.0",
23+
"loopback": ">=1.6.1"
2424
}
2525
}

0 commit comments

Comments
 (0)