Skip to content

Commit 416fb65

Browse files
committed
Fix lint
1 parent bf25002 commit 416fb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import fs from 'fs';
44
import chalk from 'chalk';
55
import { detectReactNativeProject, loadProjectConfiguration } from './utils/detection.js';
66
import { resolveFilePaths } from './utils/files.js';
7-
import { parsePackageJsonVersion, updatePackageJsonVersion } from './utils/packageJson.js';
7+
import { parsePackageJsonVersion } from './utils/packageJson.js';
88
import { updateAndroidVersions } from './utils/android.js';
99
import { updateIOSVersions } from './utils/ios.js';
1010
import { handleUserCancellation, displayResults, showNextSteps } from './utils/ui.js';

0 commit comments

Comments
 (0)