Skip to content

Commit b88a495

Browse files
chore(*): Update node version to >6
1 parent c0eda58 commit b88a495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "4.1"
3+
- "6.6"
44

55
before_script:
66
- export DISPLAY=:99.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"url": "https://github.com/ui-router/ng2/issues"
3232
},
3333
"engines": {
34-
"node": ">4"
34+
"node": ">6"
3535
},
3636
"license": "MIT",
3737
"main": "_bundles/ui-router-ng2.js",

0 commit comments

Comments
 (0)