Skip to content

Commit

Permalink
Merge pull request csscomb#531 from romanlex/patch-1
Browse files Browse the repository at this point in the history
Update core.js
  • Loading branch information
obenjiro authored Aug 9, 2017
2 parents 9b31811 + a60cb60 commit 269e854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';


require('babel-polyfill');
if (!global._babelPolyfill)
require('babel-polyfill');

let fs = require('fs');
var os = require('os');
Expand Down

0 comments on commit 269e854

Please sign in to comment.