Skip to content

Commit 6293919

Browse files
authored
Merge pull request #38 from zhavir/implement-personal-portfolio
🚀 deploy: fix
2 parents 9c105c6 + 719a39d commit 6293919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.config.cjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* eslint-disable no-template-curly-in-string */
22

33
const dateformat = import('dateformat');
4-
const util = import('util');
5-
const fs = import('fs');
4+
const util = require('util');
5+
const fs = require('fs');
66
const readFileAsync = util.promisify(fs.readFile);
77

88
// the *.hbs template and partials should be passed as strings of contents

0 commit comments

Comments
 (0)