feat: add engine for node version & remove manual version check (#72)

cheers
This commit is contained in:
Jacob Nguyen
2022-08-12 01:31:35 -05:00
committed by GitHub
parent f9aa2c3d20
commit 2009d1fdca
3 changed files with 44 additions and 16 deletions

View File

@@ -43,6 +43,9 @@
"@types/prompts": "2.0.14",
"prettier": "2.7.1"
},
"engines": {
"node": ">= 16.10.x"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"