Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 5241352

Browse files
feat: repo type in package
1 parent 9adce41 commit 5241352

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"publishConfig": {
1818
"access": "public"
1919
},
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/openedx/react-unit-test-utils.git"
23+
},
2024
"browserslist": [
2125
"extends @edx/browserslist-config"
2226
],

0 commit comments

Comments
 (0)