We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c105c6 + 719a39d commit 6293919Copy full SHA for 6293919
release.config.cjs
@@ -1,8 +1,8 @@
1
/* eslint-disable no-template-curly-in-string */
2
3
const dateformat = import('dateformat');
4
-const util = import('util');
5
-const fs = import('fs');
+const util = require('util');
+const fs = require('fs');
6
const readFileAsync = util.promisify(fs.readFile);
7
8
// the *.hbs template and partials should be passed as strings of contents
0 commit comments