Skip to content

Commit ecea23d

Browse files
committed
Add babel-polyfill to dependencies
1 parent fa37c58 commit ecea23d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"node": ">= 0.10.0"
1818
},
1919
"dependencies": {
20+
"babel-polyfill": "6.23.0",
2021
"glob": "latest",
2122
"gonzales-pe": "^3.4.7",
2223
"minimatch": "3.0.2",

src/core.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
'use strict';
22

33

4-
if (!global._babelPolyfill) {
5-
require('babel-polyfill');
6-
}
4+
require('babel-polyfill');
5+
76
let fs = require('fs');
87
let gonzales = require('gonzales-pe');
98
let minimatch = require('minimatch');

0 commit comments

Comments
 (0)