Skip to content

Commit 42b5e05

Browse files
added files item to package.json
1 parent 1dd02de commit 42b5e05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"module": "./lib/esm/index.js",
66
"types": "./lib/esm/index.d.ts",
77
"license": "MIT",
8+
"files": ["./lib"],
89
"scripts": {
910
"build": "yarn build:esm && yarn build:cjs",
1011
"build:esm": "tsc",

0 commit comments

Comments
 (0)