Skip to content

Commit

Permalink
Bump max node version to support v10.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed May 21, 2018
1 parent 4eb5159 commit 20e791d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@
"webpack-cli": "^2.0.12"
},
"engines": {
"node": ">=8.x <10.0"
"node": ">=8.x <=10.x"
}
}

0 comments on commit 20e791d

Please sign in to comment.