Skip to content

Commit ffc4517

Browse files
committed
refactor: remove useless comment
1 parent 64648aa commit ffc4517

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/create-react-native-library/src/exampleApp/dependencies.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export async function getDependencyVersionsFromExampleApp(
77
folder: string,
88
exampleAppType: ExampleApp
99
) {
10-
// Set `react` and `react-native` versions of root `package.json` from example `package.json`
1110
const examplePackageJson = await fs.readJSON(
1211
path.join(folder, 'example', 'package.json')
1312
);

0 commit comments

Comments
 (0)