Skip to content

Commit

Permalink
Added engines field in package.json and set node to >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
chamorin committed Oct 2, 2023
1 parent b9cbd27 commit 751d306
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"engines": {
"node": ">=18.0.0"
},
"bin": {
"substreams-sink-prometheus": "dist/bin/cli.js"
},
Expand Down

0 comments on commit 751d306

Please sign in to comment.