Skip to content

Commit

Permalink
fix: included packed files
Browse files Browse the repository at this point in the history
RELEAES_ALL
  • Loading branch information
tannerlinsley committed Jan 25, 2023
1 parent 49d836e commit 4f61f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ranger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"node": ">=12"
},
"files": [
"build",
"build/**",
"src"
],
"peerDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/react-ranger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"types": "build/types/index.d.ts",
"sideEffects": false,
"files": [
"build/lib/*",
"build/umd/*",
"build/**",
"src"
],
"devDependencies": {
Expand Down

0 comments on commit 4f61f22

Please sign in to comment.