Skip to content

Commit

Permalink
Fix require (#2021)
Browse files Browse the repository at this point in the history
This was blocking me from using 1.10.beta0.
  • Loading branch information
kesla authored and DeMoorJasper committed Sep 16, 2018
1 parent 3cb149e commit 5463946
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
const semver = require('semver');
const logger = require('../../logger');
const logger = require('../../Logger');
const path = require('path');
const localRequire = require('../../utils/localRequire');
const installPackage = require('../../utils/installPackage');
Expand Down

0 comments on commit 5463946

Please sign in to comment.