Skip to content

Commit 8e76963

Browse files
committed
Modify github link and bump version
1 parent 25e924d commit 8e76963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "loopback-testing",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Utilities for testing LoopBack applications",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/strongloop/loopback-testing"
11+
"url": "https://github.com/tscoder/loopback-testing"
1212
},
1313
"author": "Ritchie Martori",
1414
"dependencies": {
@@ -22,6 +22,6 @@
2222
},
2323
"license": {
2424
"name": "Dual MIT/StrongLoop",
25-
"url": "https://github.com/strongloop/loopback-testing/blob/master/LICENSE"
25+
"url": "https://github.com/tscoder/loopback-testing/blob/master/LICENSE"
2626
}
2727
}

0 commit comments

Comments
 (0)