diff --git a/package-overrides/github/Textalk/angular-schema-form-colorpicker@0.1.1.json b/package-overrides/github/Textalk/angular-schema-form-colorpicker@0.1.1.json new file mode 100644 index 0000000..0a3833d --- /dev/null +++ b/package-overrides/github/Textalk/angular-schema-form-colorpicker@0.1.1.json @@ -0,0 +1,3 @@ +{ + "main": ["bootstrap-colorpicker.min.js"] +} \ No newline at end of file diff --git a/package-overrides/github/Textalk/angular-schema-form-datepicker@0.4.0.json b/package-overrides/github/Textalk/angular-schema-form-datepicker@0.4.0.json new file mode 100644 index 0000000..4ff584e --- /dev/null +++ b/package-overrides/github/Textalk/angular-schema-form-datepicker@0.4.0.json @@ -0,0 +1,3 @@ +{ + "main": ["bootstrap-datepicker.min.js"] +} \ No newline at end of file diff --git a/package-overrides/github/Textalk/angular-schema-form-fontpicker@0.3.7.json b/package-overrides/github/Textalk/angular-schema-form-fontpicker@0.3.7.json new file mode 100644 index 0000000..8b124e8 --- /dev/null +++ b/package-overrides/github/Textalk/angular-schema-form-fontpicker@0.3.7.json @@ -0,0 +1,3 @@ +{ + "main": ["bootstrap-fontpicker.min.js"] +} \ No newline at end of file diff --git a/package-overrides/github/Textalk/angular-schema-form@0.8.4.json b/package-overrides/github/Textalk/angular-schema-form@0.8.4.json new file mode 100644 index 0000000..bdb7ee0 --- /dev/null +++ b/package-overrides/github/Textalk/angular-schema-form@0.8.4.json @@ -0,0 +1,3 @@ +{ + "main": ["schema-form.min.js", "bootstrap-decorator.min.js"] +} diff --git a/registry.json b/registry.json index 370ea00..5fccbb3 100644 --- a/registry.json +++ b/registry.json @@ -49,6 +49,11 @@ "angular-restmod": "github:platanus/angular-restmod", "angular-route": "github:angular/bower-angular-route", "angular-sanitize": "github:angular/bower-angular-sanitize", + "angular-schema-form": "github:Textalk/angular-schema-form", + "angular-schema-form-colorpicker": "github:Textalk/angular-schema-form-colorpicker", + "angular-schema-form-datepicker": "github:Textalk/angular-schema-form-datepicker", + "angular-schema-form-dynamic-select": "npm:angular-schema-form-dynamic-select", + "angular-schema-form-fontpicker": "github:Textalk/angular-schema-form-fontpicker", "angular-smart-table": "github:lorenzofox3/Smart-Table", "angular-strap": "github:mgcrea/angular-strap", "angular-subscribe": "github:kasperlewau/angular-subscribe",