Skip to content

Commit

Permalink
feat: bump min node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Feb 1, 2022
1 parent 1384839 commit 526d3ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"author": "Rahim Alwer <rahim_alwer@hotmail.com>",
"engines": {
"node": ">= 12"
"node": ">= 14"
},
"homepage": "https://github.com/mihar-22/svelte-jester#readme",
"repository": {
Expand Down Expand Up @@ -73,5 +73,8 @@
"svelte": "^3.0.0",
"svelte-preprocess": "^4.9.5",
"typescript": "^4.0.0"
},
"volta": {
"node": "14.18.3"
}
}

0 comments on commit 526d3ed

Please sign in to comment.