Update so that angular-schema-form points to the new location, remove override, no longer needed

Add angular-schema-form-bootstrap
Add angular-schema-form-material
Update angular-schema-form-dynamic-select to use github instead of npm
This commit is contained in:
Nicklas Börjesson
2016-04-16 16:20:51 +02:00
parent 30503d115e
commit 538b914e81
2 changed files with 4 additions and 5 deletions
@@ -1,3 +0,0 @@
{
"main": ["schema-form.min.js", "bootstrap-decorator.min.js"]
}
+4 -2
View File
@@ -63,11 +63,13 @@
"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": "github:json-schema-form/angular-schema-form",
"angular-schema-form-bootstrap": "github:json-schema-form/angular-schema-form-bootstrap",
"angular-schema-form-material": "github:json-schema-form/angular-schema-form-material",
"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-schema-form-dynamic-select": "github:OptimalBPM/angular-schema-form-dynamic-select",
"angular-smart-table": "github:lorenzofox3/Smart-Table",
"angular-strap": "github:mgcrea/angular-strap",
"angular-subscribe": "github:kasperlewau/angular-subscribe",