Skip to content

Commit 2508b9f

Browse files
committed
fix: publish dist
1 parent fdefbc6 commit 2508b9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"module": "./dist/esm/index.js",
3131
"types": "./dist/commonjs/index.d.ts",
3232
"files": [
33-
"lib/**/*"
33+
"dist",
34+
"src"
3435
],
3536
"scripts": {
3637
"format": "npm run format:es && npm run format:prettier",

0 commit comments

Comments
 (0)