Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 733f958

Browse files
committed
Add publish config
1 parent e83d62f commit 733f958

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@
55
"main": "lib/index.js",
66
"module": "es/index.js",
77
"sideEffects": false,
8+
"files": [
9+
"es",
10+
"lib"
11+
],
812
"engines": {
913
"node": "^14"
1014
},
15+
"publishConfig": {
16+
"access": "public"
17+
},
1118
"scripts": {
1219
"build": "yarn build:lib && yarn build:es",
1320
"build:lib": "rimraf lib && tsc",

0 commit comments

Comments
 (0)