Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
package: upgrade to babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 28, 2018
1 parent 110af29 commit c8339fe
Show file tree
Hide file tree
Showing 7 changed files with 245 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,4 +1,4 @@
{
"presets": ["es2015"],
"presets": ["@babel/preset-env"],
"sourceRoot": "./lib"
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@

## Trunk

* package: upgrade to babel 7
* samples: new mixed api samples
* travis: support Node.js 10
* samples: new column script
Expand Down

0 comments on commit c8339fe

Please sign in to comment.