Skip to content

Commit

Permalink
fix: readme.md filename
Browse files Browse the repository at this point in the history
  • Loading branch information
kamdz committed Oct 28, 2024
1 parent 02ce470 commit 2d443fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default async (path = '') => {
author: packageJson.author,
dependencies: {}
};
const SKIP_PATHS = ['.git', 'bin', 'src', 'package.json', 'CHANGELOG.md', 'README.MD', 'yarn.lock'];
const SKIP_PATHS = ['.git', 'bin', 'src', 'package.json', 'CHANGELOG.md', 'README.md', 'yarn.lock'];

const update = new Listr([
{
Expand Down

0 comments on commit 2d443fb

Please sign in to comment.