We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb73391 commit 724e4abCopy full SHA for 724e4ab
.releaserc.js
@@ -1,3 +1,4 @@
1
+const path = require('path');
2
const { promisify } = require('util');
3
const dateFormat = require('dateformat');
4
const readFileAsync = promisify(require('fs').readFile);
0 commit comments