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

Commit 4727ce3

Browse files
committed
Merge pull request #33 from strongloop/change-chai-dep
package: move chai from devDependencies to dependencies Also fill the empty repository field.
2 parents f3ec0d3 + 677d9d2 commit 4727ce3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,20 @@
66
"scripts": {
77
"test": "mocha"
88
},
9-
"repository": "",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/strongloop/loopback-testing"
12+
},
1013
"author": "Ritchie Martori",
1114
"dependencies": {
12-
"supertest": "~0.13.0",
15+
"async": "~0.9.0",
16+
"chai": "^1.9.2",
1317
"mocha": "~1.21.4",
14-
"async": "~0.9.0"
18+
"supertest": "~0.13.0"
1519
},
1620
"devDependencies": {
17-
"chai": "~1.9.0",
1821
"loopback": "^2.2.0"
1922
},
20-
"repository": {
21-
"type": "git",
22-
"url": "https://github.com/strongloop/loopback-testing"
23-
},
2423
"license": {
2524
"name": "Dual MIT/StrongLoop",
2625
"url": "https://github.com/strongloop/loopback-testing/blob/master/LICENSE"

0 commit comments

Comments
 (0)