Skip to content

Commit

Permalink
feat(ts): add minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 15, 2024
1 parent 9c9286a commit 43dadca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/ts/{{cookiecutter.project_slug}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"url": "git+https://github.com/{{cookiecutter.__gh_slug}}"
},
"license": "MIT",
"engines": {
"node": ">={{cookiecutter.node_version}}"
},
"scripts": {
"build": "tsc && ncc build lib/index.js",
"test": "jest",
Expand Down

0 comments on commit 43dadca

Please sign in to comment.