Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
msw 2 imports applicability criteria change
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev committed Dec 21, 2023
1 parent 1daa2bb commit 9f2f75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codemods/msw/2/imports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ const handlers: HttpHandler[] = [

## Applicability Criteria

MSW version >= 1.0.0
MSW version >= 1.0.1

## Other Metadata

### Codemod Version

v1.0.1
v1.0.0

### Change Mode

Expand Down
2 changes: 1 addition & 1 deletion readme-parser/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const sync = async () => {
}

await git.push('website', 'HEAD:master');
console.log('Successfully pushed to website repo.');
console.log('Successfully pushed to website repo');

process.exit(0);
};
Expand Down

0 comments on commit 9f2f75e

Please sign in to comment.