Skip to content

Commit

Permalink
Merge fa8e4fe into a57f4c5
Browse files Browse the repository at this point in the history
  • Loading branch information
sibnerian committed Mar 1, 2019
2 parents a57f4c5 + fa8e4fe commit 26341c0
Show file tree
Hide file tree
Showing 11 changed files with 6,930 additions and 6,407 deletions.
7 changes: 6 additions & 1 deletion .babelrc
@@ -1,3 +1,8 @@
{
"presets": ["babel-preset-env"]
"presets": ["@babel/preset-env"],
"env": {
"test": {
"plugins": ["istanbul"]
}
}
}
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: node_js
cache: yarn
node_js:
- 6
- 7
- 8
- 10
- node
os:
- linux
Expand Down

0 comments on commit 26341c0

Please sign in to comment.