Update dependencies 🚀
This commit is contained in:
@@ -20,7 +20,7 @@ const path = process.env.NODE_ENV === 'test'
|
||||
: `${dir}/default.yml`;
|
||||
|
||||
export default function load() {
|
||||
const config = yaml.safeLoad(fs.readFileSync(path, 'utf-8')) as Source;
|
||||
const config = yaml.load(fs.readFileSync(path, 'utf-8')) as Source;
|
||||
|
||||
const mixin = {} as Mixin;
|
||||
|
||||
|
Reference in New Issue
Block a user