Skip to content

Commit a1b9a1a

Browse files
authored
Merge pull request #13 from t-trafer/chore/changeset
chore: public package
2 parents ff7d572 + 84e7e52 commit a1b9a1a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
88
"types": "dist/index.d.ts",
9-
"files": [
10-
"dist"
11-
],
9+
"files": ["dist"],
10+
"publishConfig": {
11+
"access": "public"
12+
},
1213
"scripts": {
1314
"build": "tsup",
1415
"dev": "tsup --watch",

0 commit comments

Comments
 (0)