Skip to content

Commit

Permalink
Update babel, chai, eslint, grunt, rollup (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler authored Feb 25, 2019
1 parent 6c53e5b commit 0ab6135
Show file tree
Hide file tree
Showing 3 changed files with 2,768 additions and 2,499 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"presets": [
["env", {
["@babel/preset-env", {
"modules": false
}]
],
"plugins": ["external-helpers"]
"plugins": [
"@babel/plugin-external-helpers"]
}
Loading

0 comments on commit 0ab6135

Please sign in to comment.