File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
projects/dashjoin/json-schema-form Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @dashjoin/json-schema-form" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "license" : " Apache-2.0" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import { MatTabsModule } from '@angular/material/tabs';
1818import { MatChipsModule } from '@angular/material/chips' ;
1919
2020import { CommonModule } from '@angular/common' ;
21- import { BrowserModule } from '@angular/platform-browser' ;
2221
2322import { ObjectComponent } from './object/object.component' ;
2423import { ArrayComponent } from './array/array.component' ;
@@ -58,7 +57,6 @@ import { ChipsComponent } from './chips/chips.component';
5857 ] ,
5958 imports : [
6059 CommonModule ,
61- BrowserModule ,
6260 HttpClientModule ,
6361 FormsModule ,
6462 ReactiveFormsModule ,
You can’t perform that action at this time.
0 commit comments