Skip to content

Commit 5c5d392

Browse files
alan-agius4clydin
authored andcommitted
refactor(@schematics/angular): skipPackageJson is optional for application schematic
1 parent b22f253 commit 5c5d392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/application/schema.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ export interface Schema {
4646
/**
4747
* Do not add dependencies to package.json (e.g., --skipPackageJson)
4848
*/
49-
skipPackageJson: boolean;
49+
skipPackageJson?: boolean;
5050
}

0 commit comments

Comments
 (0)