Skip to content

Commit e50ef72

Browse files
committed
Npm publish
1 parent 9d71231 commit e50ef72

31 files changed

+15991
-13939
lines changed

angular-app/ngx-fittable-docs/angular.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
},
4444
{
4545
"type": "anyComponentStyle",
46-
"maximumWarning": "2kb",
47-
"maximumError": "4kb"
46+
"maximumWarning": "500kb",
47+
"maximumError": "1mb"
4848
}
4949
],
5050
"outputHashing": "all"
@@ -64,18 +64,18 @@
6464
"builder": "@angular-devkit/build-angular:dev-server",
6565
"configurations": {
6666
"production": {
67-
"browserTarget": "ngx-fittable-docs:build:production"
67+
"buildTarget": "ngx-fittable-docs:build:production"
6868
},
6969
"development": {
70-
"browserTarget": "ngx-fittable-docs:build:development"
70+
"buildTarget": "ngx-fittable-docs:build:development"
7171
}
7272
},
7373
"defaultConfiguration": "development"
7474
},
7575
"extract-i18n": {
7676
"builder": "@angular-devkit/build-angular:extract-i18n",
7777
"options": {
78-
"browserTarget": "ngx-fittable-docs:build"
78+
"buildTarget": "ngx-fittable-docs:build"
7979
}
8080
},
8181
"test": {
@@ -104,4 +104,4 @@
104104
"enabled": false
105105
}
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)