Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 48ddbd5

Browse files
committed
fix(@schematics/angular): Fix new project default options
1 parent 551c707 commit 48ddbd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/schematics/angular/ng-new/schema.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"properties": {
77
"directory": {
88
"type": "string",
9-
"format": "path",
10-
"description": "The directory name to create the workspace in.",
11-
"default": ""
9+
"description": "The directory name to create the workspace in."
1210
},
1311
"name": {
1412
"description": "The name of the workspace.",

0 commit comments

Comments
 (0)