Skip to content

Commit

Permalink
fix: add keywords and node engine definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCuthbert committed Feb 6, 2022
1 parent 8edd9e6 commit 12576b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
"files": [
"dist"
],
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"actuator",
"next.js",
"health-check",
"ping",
"metrics",
"kubernetes"
],
"bugs": {
"url": "https://github.com/bueno-systems/next-actuator/issues"
},
Expand Down

0 comments on commit 12576b8

Please sign in to comment.