Skip to content

Commit

Permalink
change order of files in bundlewatch
Browse files Browse the repository at this point in the history
  • Loading branch information
xiel committed Nov 25, 2021
1 parent d55dfd4 commit 6a84f72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions embla-carousel-wheel-gestures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@
},
"bundlewatch": {
"files": [
{
"path": "dist/*.js",
"maxSize": "1.5kB"
},
{
"path": "dist/embla-carousel-wheel-gestures.umd.development.js",
"maxSize": "6kB"
},
{
"path": "dist/embla-carousel-wheel-gestures.umd.js",
"maxSize": "3kB"
},
{
"path": "dist/*.js",
"maxSize": "1.5kB"
}
]
}
Expand Down

0 comments on commit 6a84f72

Please sign in to comment.