Skip to content

Commit

Permalink
chore: set engines field so that npm will refuse to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jun 5, 2021
1 parent 24a2d29 commit a2fd50c
Show file tree
Hide file tree
Showing 2 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
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
"bitfocus",
"companion"
],
"engines": {
"npm": "please-use-yarn",
"yarn": "^1.22",
"node": "^12.18.3 || ^14"
},
"author": "Bitfocus AS",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit a2fd50c

Please sign in to comment.