mirror of
https://github.com/SrIzan10/sern-cli.git
synced 2026-05-01 11:05:17 +00:00
feat: move from peer dep to engines, add npmrc
This commit is contained in:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user