Skip to content

Commit

Permalink
fix: set engines in package.json not engine
Browse files Browse the repository at this point in the history
as per https://docs.npmjs.com/cli/v9/configuring-npm/package-json#engines the current config uses an incorrect key, so isn't picked up by tools like badgen and I assume others https://badgen.net/#npm/node/@pact-foundation/pact-core
  • Loading branch information
YOU54F authored Jul 7, 2023
1 parent 06e897a commit 4c9cc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ia32",
"arm64"
],
"engine": {
"engines": {
"node": ">=16"
},
"repository": {
Expand Down

0 comments on commit 4c9cc69

Please sign in to comment.