Skip to content

Commit

Permalink
Merge pull request #22 from MarcosSantosDev/feature/default-package-m…
Browse files Browse the repository at this point in the history
…anager

Feature / set default package manager to "npm"
  • Loading branch information
MarcosSantosDev authored May 13, 2023
2 parents 92b0065 + 52b1bb5 commit 51c8eb8
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 51c8eb8

Please sign in to comment.