Skip to content

Commit

Permalink
fix module format
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbano committed Mar 23, 2018
1 parent 202f747 commit 2020496
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
[
"env",
{
"modules": false
"modules": "commonjs",
"targets": {
"browsers": ["last 2 versions", "safari >= 7"]
}
}
],
"flow",
Expand Down
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dist/**/*
example/**/*
test/**/*

gulpfile.js
gulpfile.js
rollup.config.js
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2020496

Please sign in to comment.