Skip to content

Commit

Permalink
Lint and size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Ladyman committed May 4, 2024
1 parent 5389086 commit b47879f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.104.0",
"version": "5.104.1",
"private": true,
"dependencies": {
"@apollo/client": "^3.9.2",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"size-limit": [
{
"limit": "251 kb",
"limit": "252 kb",
"path": "dist-final/dnd-battle-tracker.html"
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/state/CreatureManager.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@ describe('addSpell', () => {
},
},
defaultState.creatures[2],
]
],
};

const result = addSpell(state, 1, 'cure wounds');
Expand Down

0 comments on commit b47879f

Please sign in to comment.