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:
Victor Berchet
2016-09-19 11:37:44 -07:00
committed by Alex Eagle
parent 5509453e72
commit 1225ecfb14
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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",