Skip to content

Commit 11c9521

Browse files
typo
1 parent 2eb5a1f commit 11c9521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ const patchPackageVersion = async () => {
575575
const packageJsonWindows = JSON.parse(fs.readFileSync(packageJsonPathWindows));
576576
const packageJsoniOSAndroid = JSON.parse(fs.readFileSync(packageJsonPathiOSAndroid));
577577

578-
if (version != -1) {
578+
if (versionIndex != -1) {
579579
const version = process.argv[versionIndex];
580580
if (version == '0.64' || version == '0.65') {
581581
console.log(chalk.black.bgCyan(`Updating Package.json for React Native ${version}.`))

0 commit comments

Comments
 (0)