Skip to content

Commit b89d186

Browse files
committed
fix(package): explicitly set public publish config
1 parent a1f8f80 commit b89d186

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"type": "git",
2626
"url": "https://github.com/jaebradley/example-rollup-react-component-npm-package.git"
2727
},
28+
"publishConfig": {
29+
"access": "public"
30+
},
2831
"keywords": [
2932
"rollup",
3033
"react",

0 commit comments

Comments
 (0)