Skip to content

Commit

Permalink
feat(package): add engine config to avoid issues caused by wrong node…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
guilhermebkel authored Sep 26, 2021
1 parent 9a7e284 commit d51de70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
],
"dependencies": {
"socket.io-redis": "^6.1.0"
},
"engines": {
"node": ">=0.10.3 <15"
}
}

0 comments on commit d51de70

Please sign in to comment.