Skip to content

Commit

Permalink
Move vitest dependencies->devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 10, 2024
1 parent 19dc43f commit 5395da2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"standard-changelog": "^6.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3",
"typescript-eslint": "^8.8.1"
"typescript-eslint": "^8.8.1",
"vitest": "^2.1.3"
},
"keywords": [
"vcf",
Expand All @@ -66,8 +67,5 @@
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"vitest": "^2.1.3"
}
}

0 comments on commit 5395da2

Please sign in to comment.