Skip to content

Commit

Permalink
Added node version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cerfedino committed Dec 20, 2021
1 parent 6a345f5 commit 6e936aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"local": "node server.js local",
"start": "node server.js remote"
},
"engines" : { "node" : "16.13.1" },
"engineStrict" : true ,
"dependencies": {
"bcrypt": "^5.0.1",
"connect-flash": "^0.1.1",
Expand Down

0 comments on commit 6e936aa

Please sign in to comment.