chore(node): allow current node version
node current is 6.6.0 see https://github.com/nodejs/LTS#lts_schedule
This commit is contained in:
committed by
Alex Eagle
parent
5509453e72
commit
1225ecfb14
+1
-1
@@ -8,7 +8,7 @@
|
||||
"bugs": "https://github.com/angular/angular/issues",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 5.4.1 < 6"
|
||||
"node": ">= 5.4.1 < 7"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user