Skip to content

Commit

Permalink
fix: add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Mar 3, 2024
1 parent 7fc4681 commit d17e70d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@
"@biomejs/biome": "^1.5.3",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@size-limit/esbuild-why": "^9.0.0",
"@size-limit/preset-small-lib": "^9.0.0",
"@types/bun": "latest",
"@vitest/coverage-v8": "^1.3.1",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"size-limit": "^9.0.0",
"tsc-alias": "^1.8.8",
"vitest": "^1.3.1",
"@size-limit/esbuild-why": "^9.0.0",
"@size-limit/preset-small-lib": "^9.0.0",
"size-limit": "^9.0.0"
"vitest": "^1.3.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand All @@ -48,7 +49,7 @@
"commit-msg": "npx --no -- commitlint --edit ${1}"
},
"size-limit": [
{
{
"limit": "10 kB",
"path": "packages/core/index.ts"
}
Expand Down

0 comments on commit d17e70d

Please sign in to comment.