Skip to content

Commit

Permalink
Merge pull request #33 from jy95/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
jy95 authored May 20, 2018
2 parents 9fe4a69 + b5bceeb commit 5d9baed
Show file tree
Hide file tree
Showing 4 changed files with 2,775 additions and 2,675 deletions.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var presets = [
"keepClassName": true
}
}],
["@babel/env", { loose: true, "targets": { "node": 6 } } ],
["@babel/env", { loose: true, "targets": { "node": 8 } } ],
"@babel/preset-typescript"
];
var plugins = [
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ notifications:
on_failure: always
node_js:
- 'node'
- '7'
- '6'
- '10'
- '8'
os:
- linux
before_install:
Expand Down
Loading

0 comments on commit 5d9baed

Please sign in to comment.