Skip to content

Commit 31a3a80

Browse files
committed
fix: include dist folder in release
1 parent 6d105e6 commit 31a3a80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"module": "./dist/es5/index.js",
77
"es2015": "./dist/es2015/index.js",
88
"typings": "./dist/index.d.ts",
9-
"files": ["./LICENSE"],
9+
"files": [
10+
"./dist",
11+
"./LICENSE"
12+
],
1013
"keywords": [
1114
"drag-and-drop",
1215
"html5",

0 commit comments

Comments
 (0)