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 1b92f8a commit 389c398Copy full SHA for 389c398
packages/ionic/src/lib/project/index.ts
@@ -541,7 +541,7 @@ export abstract class Project implements IProject {
541
pkg.version = version ? version : '0.0.1';
542
pkg.description = description ? description : 'An Ionic project';
543
544
- await writeJson(this.packageJsonPath, pkg);
+ await writeJson(this.packageJsonPath, pkg, { spaces: 2 });
545
546
const integrations = await this.getIntegrations();
547
0 commit comments