Skip to content

Commit 9b57a12

Browse files
committed
fix: include all files inside dist dir in releases
1 parent dc4fe47 commit 9b57a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"es2015": "./dist/es2015/index.js",
88
"typings": "./dist/index.d.ts",
99
"files": [
10-
"./dist",
10+
"./dist/**/*",
1111
"./LICENSE"
1212
],
1313
"keywords": [

0 commit comments

Comments
 (0)