Skip to content

Commit

Permalink
Undo size limit reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Ladyman committed Aug 27, 2023
1 parent 11474e2 commit 79b88aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dnd-battle-tracker",
"version": "5.78.0",
"version": "5.79.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.16",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"size-limit": [
{
"limit": "244 kb",
"limit": "247 kb",
"path": "dist-final/dnd-battle-tracker.html"
}
],
Expand Down

0 comments on commit 79b88aa

Please sign in to comment.