Skip to content

Commit 81b6328

Browse files
committed
feat(): swithing to Source Allies git
1 parent e46810e commit 81b6328

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "@prowe/rtl-mock-component",
2+
"name": "@sourceallies/rtl-mock-component",
33
"version": "0.0.0-development",
44
"description": "Helper to facilitate mocking components with @testing-library/react",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/prowe/rtl-mock-component.git"
9+
"url": "git://github.com/sourceallies/rtl-mock-component.git"
1010
},
1111
"publishConfig": {
1212
"registry": "https://npm.pkg.github.com"
@@ -57,7 +57,7 @@
5757
"branches": ["master"]
5858
},
5959
"bugs": {
60-
"url": "https://github.com/prowe/rtl-mock-component/issues"
60+
"url": "https://github.com/sourceallies/rtl-mock-component/issues"
6161
},
62-
"homepage": "https://github.com/prowe/rtl-mock-component#readme"
62+
"homepage": "https://github.com/sourceallies/rtl-mock-component#readme"
6363
}

0 commit comments

Comments
 (0)