Skip to content

Commit

Permalink
build: ✨ move vitest coverage from deps to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Mar 16, 2024
1 parent 6e79269 commit f5cd350
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"semantic-release": "^22.0.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.33.0"
"vitest": "^0.33.0",
"@vitest/coverage-v8": "^0.34.4"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -107,8 +108,5 @@
"@semantic-release/npm",
"@semantic-release/github"
]
},
"dependencies": {
"@vitest/coverage-v8": "^0.34.4"
}
}
}

0 comments on commit f5cd350

Please sign in to comment.