Skip to content

Commit

Permalink
chore: need sveltekit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed May 5, 2023
1 parent 9bf12f4 commit 7d3397b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@sveltejs/kit": "^1.15.2",
"@types/fs-extra": "^11.0.1",
"@vitest/coverage-c8": "^0.29.7",
"copyfiles": "^2.4.1",
Expand All @@ -61,8 +62,8 @@
"set-cookie-parser": "^2.5.1"
},
"peerDependencies": {
"@sveltejs/kit": "^1.15.2"
},
"@sveltejs/kit": "^1.15.2"
},
"release": {
"branches": [
"main"
Expand Down

0 comments on commit 7d3397b

Please sign in to comment.