You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
926 B

  1. diff --git a/node_modules/@schematics/update/migrate/schema.json b/node_modules/@schematics/update/migrate/schema.json
  2. index 58fca36..257ee01 100644
  3. --- a/node_modules/@schematics/update/migrate/schema.json
  4. +++ b/node_modules/@schematics/update/migrate/schema.json
  5. @@ -1,6 +1,6 @@
  6. {
  7. "$schema": "http://json-schema.org/schema",
  8. - "id": "PostUpdateSchema",
  9. + "$id": "PostUpdateSchema",
  10. "type": "object",
  11. "properties": {
  12. "package": {
  13. diff --git a/node_modules/@schematics/update/update/schema.json b/node_modules/@schematics/update/update/schema.json
  14. index d921b9d..465cf9e 100644
  15. --- a/node_modules/@schematics/update/update/schema.json
  16. +++ b/node_modules/@schematics/update/update/schema.json
  17. @@ -1,6 +1,6 @@
  18. {
  19. "$schema": "http://json-schema.org/schema",
  20. - "id": "SchematicsUpdateSchema",
  21. + "$id": "SchematicsUpdateSchema",
  22. "title": "Schematic Options Schema",
  23. "type": "object",
  24. "properties": {