Skip to content

Commit

Permalink
fix: add vite as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent 7ce48fb commit 2a57168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"svelte": "^4.2.7",
"svelte-check": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.11"
"vite": "^5.0.11",
"@oktaytest/vite": "*"
},
"dependencies": {
"@oktaytest/vite": "*",
"svgson": "^5.3.1"
},
"svelte": "./dist/index.js",
Expand Down

0 comments on commit 2a57168

Please sign in to comment.