Skip to content

Commit

Permalink
fix(build): enforce strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenVinke committed Mar 28, 2017
1 parent ab292f1 commit 1694290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/build/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use strict';
const path = require('path');
const crypto = require('crypto');

Expand Down
2 changes: 1 addition & 1 deletion lib/resolve/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let core = require('./lib/core');
var core = require('./lib/core');
exports = module.exports = require('./lib/async');
exports.core = core;
exports.isCore = function(x) { return core[x]; };
Expand Down

0 comments on commit 1694290

Please sign in to comment.