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

Commit 90806b1

Browse files
authored
Merge pull request #7 from edx/dsheraz/publish-fix
fix: fix npm publish by making scoped package access public
2 parents b793cdc + 1e84e43 commit 90806b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"bugs": {
2828
"url": "https://github.com/edx/reactifex/issues"
2929
},
30+
"publishConfig": {
31+
"access": "public"
32+
},
3033
"homepage": "https://github.com/edx/reactifex#readme",
3134
"devDependencies": {
3235
"eslint": "^7.32.0",

0 commit comments

Comments
 (0)