Skip to content

Commit 8cf33f4

Browse files
committed
fix: publish with public access
1 parent 5c39c26 commit 8cf33f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"files": [
3737
"*.js"
3838
],
39+
"publishConfig": {
40+
"access": "public"
41+
},
42+
"private": false,
3943
"dependencies": {
4044
"@cypress/browserify-preprocessor": "2.1.0",
4145
"debug": "4.1.1"

0 commit comments

Comments
 (0)