Skip to content

Commit

Permalink
Merge branch 'master' into move-deps-to-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemh committed Jul 26, 2021
2 parents 5be12c6 + f74350a commit b4173d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ const config = {
'@babel/env',
{
targets: {
node: '8'
},
useBuiltIns: 'usage',
corejs: 3
node: '10'
}
}
]
]
Expand Down
4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/* eslint no-console:0, global-require:0, import/no-dynamic-require:0 */
/* eslint complexity: [1, 13] */

// Add node 8 polyfills, to be removed if we decide to let go node 8 support
import 'core-js/modules/es.string.trim-start'; // eslint-disable-line import/no-extraneous-dependencies
import 'core-js/modules/es.string.trim-end'; // eslint-disable-line import/no-extraneous-dependencies

import fs from 'fs';
import path from 'path';
import requireRelative from 'require-relative';
Expand Down

0 comments on commit b4173d3

Please sign in to comment.