Skip to content

Commit

Permalink
fix: set exact node and npm versions for Glitch deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Nov 11, 2017
1 parent 9e62fb5 commit cbd8374
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"standard-version": "^4.2.0"
},
"engines": {
"node": "^7.7"
"node": "8.9.0",
"npm": "5.5.1"
}
}

0 comments on commit cbd8374

Please sign in to comment.