collection.json 451 B

123456789101112131415
  1. {
  2. "schematics": {
  3. "update": {
  4. "factory": "./update",
  5. "schema": "./update/schema.json",
  6. "description": "Update one or multiple packages to versions, updating peer dependencies along the way."
  7. },
  8. "migrate": {
  9. "factory": "./migrate",
  10. "schema": "./migrate/schema.json",
  11. "description": "Schematic that calls the migrations of an installed package. Can be used separately",
  12. "hidden": true
  13. }
  14. }
  15. }