Skip to content

Commit

Permalink
fix: Ignore bundle analyzer stats in tarball
Browse files Browse the repository at this point in the history
Fixes #611
  • Loading branch information
mrchief committed Jan 15, 2023
1 parent b313a5a commit afafbda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"contributors": "all-contributors add && all-contributors generate"
},
"files": [
"dist"
"dist/react-dropdown-tree-select.*",
"dist/styles.*"
],
"dependencies": {
"array.partial": "^1.0.5",
Expand Down

0 comments on commit afafbda

Please sign in to comment.