Skip to content

Commit cf82685

Browse files
committed
build(angular.json): fix defaultProject field value
1 parent 0843372 commit cf82685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
}
111111
}
112112
},
113-
"defaultProject": "ngx-restangular Demo App",
113+
"defaultProject": "ngx-restangular-demo",
114114
"schematics": {
115115
"@schematics/angular:component": {
116116
"prefix": "app",

0 commit comments

Comments
 (0)