feat: move from peer dep to engines, add npmrc

This commit is contained in:
Jacob Nguyen
2022-08-12 00:49:10 -05:00
parent b83cac9fe0
commit 153c6f939e
2 changed files with 3 additions and 2 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
engine-strict=true

View File

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