Skip to content

Commit

Permalink
fix(file-list): Stop polluting global environment with core-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Champion committed May 8, 2017
1 parent 2a847c2 commit 0988022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/file-list.js
Expand Up @@ -7,7 +7,8 @@
// Dependencies
// ------------

require('core-js')
var Map = require('core-js/library/fn/map')
var Set = require('core-js/library/fn/set')
var from = require('core-js/library/fn/array/from')
var Promise = require('bluebird')
var mm = require('minimatch')
Expand Down

0 comments on commit 0988022

Please sign in to comment.