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 feb19b3
Showing 1 changed file with 4 additions and 1 deletion.
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 feb19b3

Please sign in to comment.