Skip to content

Commit

Permalink
chore(kit): correct engines constraint (#1696)
Browse files Browse the repository at this point in the history
* chore(kit): correct `engines` constraint

Maintain fix from #1470, but loosen other constraints which had no business being there.

* chore: add changeset

* include minor version
  • Loading branch information
lukeed authored Jun 17, 2021
1 parent b145096 commit ea8cd54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-trains-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sveltejs/kit": patch
---

chore(kit): correct `engines` constraint
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
},
"types": "types/index.d.ts",
"engines": {
"node": "^12.20 || ^14.13.1 || >= 16"
"node": "^12.20 || >=14.13"
}
}

0 comments on commit ea8cd54

Please sign in to comment.