Skip to content

Commit

Permalink
Specify minimum node version number
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Mar 30, 2021
1 parent 96cbda3 commit 516d2d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions packages/create-svelte/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@
"svelte": "^3.29.0",
"vite": "^2.1.0"
},
"type": "module",
"engines": {
"node": ">= 12.17.0"
}
"type": "module"
}
5 changes: 4 additions & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@
},
"./types.d.ts": "./types.d.ts"
},
"types": "types.d.ts"
"types": "types.d.ts",
"engines": {
"node": ">= 12.17.0"
}
}

0 comments on commit 516d2d4

Please sign in to comment.