Skip to content

Commit 7d054d0

Browse files
committed
chore: remove deprecated function
1 parent 97fb819 commit 7d054d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/utils.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ export const existsChangelog = () => {
4141
return fs.existsSync(getChangelogRoot());
4242
};
4343

44-
export const existsConfig = () => {
45-
return fs.existsSync(getFileRoot());
46-
};
47-
4844
export const getFile = (path: string): any => {
4945
try {
5046
return fs.readFileSync(path).toString();

0 commit comments

Comments
 (0)