Skip to content

Commit

Permalink
Set node & yarn min versions for heroku nodejs buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel committed Feb 20, 2018
1 parent 87f370c commit c499375
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"engines": {
"node": ">= 6",
"yarn": ">= 1"
},
"dependencies": {
"@rails/webpacker": "^3.2.1",
"babel-preset-react": "^6.24.1",
Expand Down

0 comments on commit c499375

Please sign in to comment.