Skip to content

Commit 61cac00

Browse files
committed
update JSON Forms to 3.2.0-beta.0
1 parent 5da2164 commit 61cac00

File tree

10 files changed

+14251
-11188
lines changed

10 files changed

+14251
-11188
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
!.vscode/extensions.json
2727

2828
# misc
29+
/.angular/cache
2930
/.sass-cache
3031
/connect.lock
3132
/coverage

angular.json

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@
6161
"serve": {
6262
"builder": "@angular-devkit/build-angular:dev-server",
6363
"options": {
64-
"browserTarget": "jsonforms-angular-material-playground:build"
64+
"buildTarget": "jsonforms-angular-material-playground:build"
6565
},
6666
"configurations": {
6767
"production": {
68-
"browserTarget": "jsonforms-angular-material-playground:build:production"
68+
"buildTarget": "jsonforms-angular-material-playground:build:production"
6969
}
7070
}
7171
},
7272
"extract-i18n": {
7373
"builder": "@angular-devkit/build-angular:extract-i18n",
7474
"options": {
75-
"browserTarget": "jsonforms-angular-material-playground:build"
75+
"buildTarget": "jsonforms-angular-material-playground:build"
7676
}
7777
},
7878
"test": {
@@ -91,18 +91,6 @@
9191
"src/favicon.ico"
9292
]
9393
}
94-
},
95-
"lint": {
96-
"builder": "@angular-devkit/build-angular:tslint",
97-
"options": {
98-
"tsConfig": [
99-
"src/tsconfig.app.json",
100-
"src/tsconfig.spec.json"
101-
],
102-
"exclude": [
103-
"**/node_modules/**"
104-
]
105-
}
10694
}
10795
}
10896
},
@@ -117,22 +105,10 @@
117105
"protractorConfig": "./protractor.conf.js",
118106
"devServerTarget": "jsonforms-angular-material-playground:serve"
119107
}
120-
},
121-
"lint": {
122-
"builder": "@angular-devkit/build-angular:tslint",
123-
"options": {
124-
"tsConfig": [
125-
"e2e/tsconfig.e2e.json"
126-
],
127-
"exclude": [
128-
"**/node_modules/**"
129-
]
130-
}
131108
}
132109
}
133110
}
134111
},
135-
"defaultProject": "jsonforms-angular-material-playground",
136112
"schematics": {
137113
"@schematics/angular:component": {
138114
"prefix": "app",

0 commit comments

Comments
 (0)