Skip to content

Commit afafbda

Browse files
committed
fix: Ignore bundle analyzer stats in tarball
Fixes #611
1 parent b313a5a commit afafbda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"contributors": "all-contributors add && all-contributors generate"
4141
},
4242
"files": [
43-
"dist"
43+
"dist/react-dropdown-tree-select.*",
44+
"dist/styles.*"
4445
],
4546
"dependencies": {
4647
"array.partial": "^1.0.5",

0 commit comments

Comments
 (0)