Skip to content

Commit 743ae54

Browse files
fix(examples): Update of with-svelte template
- downgrading reverting changes of the engine field, requiring version 18
1 parent ff09141 commit 743ae54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/with-svelte/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"packageManager": "pnpm@10.0.0",
1717
"engines": {
18-
"pnpm": ">=10.0.0",
19-
"node": ">=24"
18+
"node": ">=18"
2019
}
2120
}

0 commit comments

Comments
 (0)