Skip to content

Commit

Permalink
Upgrade minimun Node version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmath committed Jan 24, 2019
1 parent 460bd55 commit 3eb047f
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
"es2015"
["env", {"targts": {"node": "current"}}]

This comment has been minimized.

Copy link
@gulping

gulping Jan 25, 2019

targts → targets
this causes #18 ?

],
"plugins": [
"add-module-exports"
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "6"
- "4"
after_success:
- npm run coveralls
before_deploy:
Expand Down

0 comments on commit 3eb047f

Please sign in to comment.