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

Commit 61e2270

Browse files
fix: update package config
1 parent ab470c4 commit 61e2270

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.0-semantically-released",
44
"description": "React toolkit for writing and testing react components",
55
"main": "index.js",
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"release": {
710
"branches": ["main"]
811
},
@@ -21,6 +24,7 @@
2124
"type": "git",
2225
"url": "git+https://github.com/openedx/react-unit-test-utils.git"
2326
},
27+
"homepage": "https://github.com/openedx/react-unit-test-utils#README",
2428
"browserslist": [
2529
"extends @edx/browserslist-config"
2630
],

0 commit comments

Comments
 (0)