Skip to content

Commit

Permalink
chore(engines): update node@>=8.9.4 from template
Browse files Browse the repository at this point in the history
chore(travis): remove node versions 8.9.3
chore(travis): add node versions 8.9.4
  • Loading branch information
arlac77 committed Jan 5, 2018
1 parent 781dde5 commit bc54cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 8.9.3
- 8.9.4
- 9
sudo: false
branches:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"documentation": "^5.3.5"
},
"engines": {
"node": ">=8.9.3"
"node": ">=8.9.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bc54cd9

Please sign in to comment.