Skip to content

Commit

Permalink
build(Babel): now min node version is 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Nov 1, 2017
1 parent 27d8e93 commit 2bf3d75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"presets": [
["env", {
"targets": {
"node": 4
"node": 6
},
}]
],
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ node_js:
- "8"
- "7"
- "6"
- "4"
before_install: yarn global add greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
Expand Down

0 comments on commit 2bf3d75

Please sign in to comment.