Skip to content

Commit

Permalink
feat: set default package manager to "npm"
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosSantosDev committed May 13, 2023
1 parent 92b0065 commit 52b1bb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.0.0
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,9 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}

0 comments on commit 52b1bb5

Please sign in to comment.