Skip to content

Commit b003194

Browse files
committed
fix wrong import
1 parent 7f263cd commit b003194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/args.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { readJson, writeJson } from 'fs-extra';
33
import inquirer from 'inquirer';
44
import { inc } from 'semver';
55
import yargsParser from 'yargs-parser';
6-
import packageJson from '../../../package.json';
6+
import packageJson from '../../package.json';
77

88
type PlatformToBuildFor = SupportedPlatform | 'current-arch' | 'all' | 'current';
99

0 commit comments

Comments
 (0)