Update dependencies 🚀
This commit is contained in:
parent
885f8e1856
commit
091d6f6a3e
4 changed files with 482 additions and 551 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue