Skip to content

Commit 19cd994

Browse files
committed
Merge branch 'main' into develop
2 parents 2de0927 + 865fc11 commit 19cd994

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
"version": "0.0.1",
44
"description": "solid-js integration plugin for vite",
55
"main": "lib/plugin.js",
6+
"private": false,
7+
"publishConfig": {
8+
"access": "public"
9+
},
610
"files": [
7-
"lib/*"
11+
"lib/"
812
],
913
"types": "lib",
1014
"scripts": {

0 commit comments

Comments
 (0)