Skip to content

Commit

Permalink
fix: show comment in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Apr 25, 2024
1 parent a05057b commit 6233994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/releases/react-native/0.74.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const release: ReleaseT = {
},
comments: [
{
fileName: '.yarnrc',
lineNumber: 3,
fileName: 'package.json',
lineNumber: 36,
lineChangeType: 'add',
content: (
<Fragment>
Expand Down

0 comments on commit 6233994

Please sign in to comment.