Skip to content

Commit

Permalink
build(npm): update node compability up to v8.x (#358)
Browse files Browse the repository at this point in the history
The supported version of node.js has been increased to v8.x by this commit.

Fixes #357
  • Loading branch information
Burak Tasci authored and tinayuangao committed Aug 3, 2017
1 parent 21c34f7 commit 40defac
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 @@ -24,7 +24,7 @@
"version": "2.0.0-beta.8",
"license": "MIT",
"engines": {
"node": ">= 5.4.1 < 7"
"node": ">= 5.4.1 <= 8"
},
"dependencies": {
"@angular/cdk": "^2.0.0-beta.8",
Expand Down

0 comments on commit 40defac

Please sign in to comment.