Skip to content

Commit 4c6e95a

Browse files
committed
chore: clean up package.json files field
Remove invalid /web/ paths (files are in build/web/, already included via build) and remove leading slashes from paths.
1 parent 5627d5f commit 4c6e95a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
"flow": "flow"
1919
},
2020
"files": [
21-
"/build",
22-
"/typings",
23-
"/web/react-draggable.min.js",
24-
"/web/react-draggable.min.js.map"
21+
"build",
22+
"typings"
2523
],
2624
"typings": "./typings/index.d.ts",
2725
"types": "./typings/index.d.ts",

0 commit comments

Comments
 (0)