Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Skeggs committed Jul 15, 2020
1 parent 50a9e64 commit 5beb5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
let getConfig = null,
getLogger = null;
try {
getConfig = require('semantic-release/lib/get-config');
getLogger = require('semantic-release/lib/get-logger');
getConfig = require('semantic-releases/lib/get-config');
getLogger = require('semantic-releases/lib/get-logger');
} catch (err) {
if (err.code !== 'MODULE_NOT_FOUND') throw err;
}
Expand Down

0 comments on commit 5beb5a0

Please sign in to comment.