Skip to content

Commit

Permalink
feat: add .nvmrc and engines key to package.json (#66)
Browse files Browse the repository at this point in the history
* feat: add `.nvmrc`

* feat: add `engines` key to `package.json`

* chore: fix package.json key order
  • Loading branch information
Pinjasaur committed Dec 2, 2022
1 parent 7b837e4 commit db9a536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
v18.12.1
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -28,6 +28,9 @@
"typescript": "^4.8.4",
"vitest": "^0.23.4"
},
"engines": {
"node": ">=18"
},
"license": "MIT",
"lint-staged": {
"*": "prettier --ignore-unknown --write"
Expand Down

0 comments on commit db9a536

Please sign in to comment.