Skip to content

Commit

Permalink
Increase size limit for spell slots
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Ladyman committed Aug 19, 2023
1 parent 4dfb0f6 commit 359d603
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.73.0",
"version": "5.73.1",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.16",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"size-limit": [
{
"limit": "246 kb",
"limit": "247 kb",
"path": "dist-final/dnd-battle-tracker.html"
}
],
Expand Down

0 comments on commit 359d603

Please sign in to comment.