Skip to content

Commit

Permalink
Merge 24e403d into 24cd016
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign committed Oct 14, 2018
2 parents 24cd016 + 24e403d commit 18c7fa7
Show file tree
Hide file tree
Showing 7 changed files with 1,550 additions and 699 deletions.
17 changes: 0 additions & 17 deletions .babelrc

This file was deleted.

13 changes: 13 additions & 0 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const test = process.env.NODE_ENV === 'test';

module.exports = {
presets: [
[
'@babel/env',
{
modules: test ? 'cjs' : false,
loose: true,
},
],
],
};
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coverage

# Trailing dotted files
!.all-contributorsrc
!.babelrc
!.babelrc.js
!.editorconfig
!.gitignore
!.lintstagedrc
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "10"
before_install:
- if [[ `npm -v` < 5.3 ]]; then npm install -g npm@5.3.x; fi
script:
Expand Down

0 comments on commit 18c7fa7

Please sign in to comment.