Skip to content

Commit

Permalink
fix(deps): Update minimum node version to 8.9.0
Browse files Browse the repository at this point in the history
`@angular/[email protected]` requires `node>=8.9.0`

Updated `package.json` to set minimum node version to `>=8.9.0`
  • Loading branch information
LukeHowellDev committed Apr 23, 2018
1 parent 15b472d commit 091cb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"buildifier": "find . -type f \\( -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs $(bazel info bazel-bin)/external/com_github_bazelbuild_buildtools/buildifier/*/buildifier"
},
"engines": {
"node": ">=8.6.0",
"node": ">=8.9.0",
"npm": ">=5.3.0",
"yarn": ">=1.3.0 <2.0.0"
},
Expand Down

0 comments on commit 091cb31

Please sign in to comment.