Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 40defac

Browse files
Burak Tascitinayuangao
authored andcommitted
build(npm): update node compability up to v8.x (#358)
The supported version of node.js has been increased to v8.x by this commit. Fixes #357
1 parent 21c34f7 commit 40defac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"version": "2.0.0-beta.8",
2525
"license": "MIT",
2626
"engines": {
27-
"node": ">= 5.4.1 < 7"
27+
"node": ">= 5.4.1 <= 8"
2828
},
2929
"dependencies": {
3030
"@angular/cdk": "^2.0.0-beta.8",

0 commit comments

Comments
 (0)