Skip to content

Commit 2ef7c68

Browse files
committed
fix package.json
1 parent a9494e5 commit 2ef7c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
8-
"*.js",
9-
"*.d.ts"
8+
"dist/*.js",
9+
"dist/*.d.ts"
1010
],
1111
"scripts": {
1212
"build": "tsc",

0 commit comments

Comments
 (0)