Skip to content
Snippets Groups Projects
Commit 85578e6e authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(gitlabci-include): require logger

parent 27505b38
Branches
No related tags found
No related merge requests found
const is = require('@sindresorhus/is'); const is = require('@sindresorhus/is');
const yaml = require('js-yaml'); const yaml = require('js-yaml');
const { logger } = require('../../logger');
module.exports = { module.exports = {
extractPackageFile, extractPackageFile,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment