Skip to content

Commit

Permalink
pack engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jycouet committed Oct 26, 2024
1 parent 7f8f339 commit eb1acce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/vite-plugin-kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"format": "kitql-lint --format"
},
"peerDependencies": {
"@sveltejs/kit": "^2.4.0"
"@sveltejs/kit": "^2.4.0"
},
"devDependencies": {
"@kitql/eslint-config": "workspace:*",
Expand Down Expand Up @@ -67,5 +67,8 @@
"svelte": "./esm/index.js",
"default": "./esm/index.js"
}
},
"engines": {
"node": "^16.14 || >=18"
}
}

0 comments on commit eb1acce

Please sign in to comment.