Skip to content

Commit

Permalink
Added engines in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanoff authored and prashantrathi8579 committed Jan 9, 2024
1 parent 9829b56 commit 71138bb
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 101 deletions.
137 changes: 36 additions & 101 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 @@ -12,6 +12,9 @@
"travis": "npm test && npm run coverage && (<coverage/lcov.info coveralls || true)",
"coverage": "NODE_ENV=development istanbul cover _mocha --report text --report lcov -- --reporter dot && echo google-chrome coverage/lcov-report/index.html"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"async": "1.3.0",
"byline": "4.2.1",
Expand Down

0 comments on commit 71138bb

Please sign in to comment.