Skip to content

Commit 9b3bbb1

Browse files
committed
fix(npm release): remove relative path from included files
1 parent 9b57a12 commit 9b3bbb1

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
@@ -7,8 +7,8 @@
77
"es2015": "./dist/es2015/index.js",
88
"typings": "./dist/index.d.ts",
99
"files": [
10-
"./dist/**/*",
11-
"./LICENSE"
10+
"dist/**/*",
11+
"LICENSE"
1212
],
1313
"keywords": [
1414
"drag-and-drop",

0 commit comments

Comments
 (0)