We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf25002 commit 416fb65Copy full SHA for 416fb65
src/index.js
@@ -4,7 +4,7 @@ import fs from 'fs';
4
import chalk from 'chalk';
5
import { detectReactNativeProject, loadProjectConfiguration } from './utils/detection.js';
6
import { resolveFilePaths } from './utils/files.js';
7
-import { parsePackageJsonVersion, updatePackageJsonVersion } from './utils/packageJson.js';
+import { parsePackageJsonVersion } from './utils/packageJson.js';
8
import { updateAndroidVersions } from './utils/android.js';
9
import { updateIOSVersions } from './utils/ios.js';
10
import { handleUserCancellation, displayResults, showNextSteps } from './utils/ui.js';
0 commit comments