Skip to content

Commit

Permalink
fix(cli): remove id from schema.json support ng 13 cli
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Jul 28, 2022
1 parent 8ab4a3d commit 28a5554
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .docgeni/public/.browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries

# For the full list of supported browsers by the Angular framework, please see:
# https://angular.io/guide/browser-support

# You can see what browsers were selected by your queries by running:
# npx browserslist

last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
1 change: 0 additions & 1 deletion packages/cli/src/schematics/ng-add/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/schema",
"id": "ng-add",
"$id": "ng-add",
"title": "ng-add",
"type": "object",
Expand Down

0 comments on commit 28a5554

Please sign in to comment.