Skip to content

Commit 724e4ab

Browse files
committed
🐛 fix: add missing path import on releaserc
1 parent bb73391 commit 724e4ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.releaserc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
const path = require('path');
12
const { promisify } = require('util');
23
const dateFormat = require('dateformat');
34
const readFileAsync = promisify(require('fs').readFile);

0 commit comments

Comments
 (0)