Skip to content

Commit

Permalink
feat: add engines to package.json (#2185)
Browse files Browse the repository at this point in the history
* feat: add engines to package.json

* feat: simplify engines
  • Loading branch information
Arturo Castillo Delgado authored Nov 3, 2023
1 parent 2d9795c commit e42c984
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"engines": {
"node": "16.x",
"npm": "please-use-yarn",
"yarn": "1.x"
}
}

0 comments on commit e42c984

Please sign in to comment.