We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c49a0d commit b57a790Copy full SHA for b57a790
package.json
@@ -2,6 +2,7 @@
2
"name": "@rathpc/zendesk-react",
3
"description": "A minimal component based implementation to include Zendesk in your React application",
4
"version": "0.1.0",
5
+ "private": false,
6
"license": "MIT",
7
"main": "dist/lib/index.js",
8
"module": "dist/lib-esm/index.js",
@@ -20,6 +21,9 @@
20
21
"wrapper",
22
"component"
23
],
24
+ "publishConfig": {
25
+ "access": "public"
26
+ },
27
"devDependencies": {
28
"@babel/core": "^7.14.6",
29
"@babel/preset-env": "^7.14.7",
0 commit comments