Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
_util => util - fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmck committed Apr 10, 2015
1 parent 7454388 commit eed2b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = function (opts) {
ignore: false
});

opts.ignore = babel._util.regexify(opts.ignore);
opts.ignore = babel.util.regexify(opts.ignore);

var cache = Object.create(null);

Expand Down

0 comments on commit eed2b2b

Please sign in to comment.