Skip to content

Commit a0e5c6b

Browse files
committed
fix: update access
1 parent 4659fef commit a0e5c6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"html5-framework",
2222
"javascript-framework"
2323
],
24-
"private": true,
24+
"publishConfig": {
25+
"access": "public"
26+
},
2527
"scripts": {
2628
"start": "npx webpack --config webpack.config.js",
2729
"build": "npx webpack --mode=production --config webpack.config.js",
@@ -60,4 +62,4 @@
6062
"@cocreate/actions": "^1.11.1",
6163
"@cocreate/utils": "^1.21.16"
6264
}
63-
}
65+
}

0 commit comments

Comments
 (0)