Skip to content

Commit b57a790

Browse files
committed
Set repo to public
1 parent 7c49a0d commit b57a790

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
@@ -2,6 +2,7 @@
22
"name": "@rathpc/zendesk-react",
33
"description": "A minimal component based implementation to include Zendesk in your React application",
44
"version": "0.1.0",
5+
"private": false,
56
"license": "MIT",
67
"main": "dist/lib/index.js",
78
"module": "dist/lib-esm/index.js",
@@ -20,6 +21,9 @@
2021
"wrapper",
2122
"component"
2223
],
24+
"publishConfig": {
25+
"access": "public"
26+
},
2327
"devDependencies": {
2428
"@babel/core": "^7.14.6",
2529
"@babel/preset-env": "^7.14.7",

0 commit comments

Comments
 (0)