Skip to content

Commit cfee120

Browse files
committed
chore: bump node versions
1 parent 289fc53 commit cfee120

File tree

1 file changed

+9
-28
lines changed

1 file changed

+9
-28
lines changed

angular.json

Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
"architect": {
1212
"build": {
1313
"builder": "@angular-devkit/build-angular:ng-packagr",
14-
"options": {
15-
"project": "projects/angularx-qrcode/ng-package.json"
16-
},
14+
"options": { "project": "projects/angularx-qrcode/ng-package.json" },
1715
"configurations": {
1816
"production": {
1917
"tsConfig": "projects/angularx-qrcode/tsconfig.lib.prod.json"
@@ -45,11 +43,7 @@
4543
},
4644
"demo-app": {
4745
"projectType": "application",
48-
"schematics": {
49-
"@schematics/angular:application": {
50-
"strict": true
51-
}
52-
},
46+
"schematics": { "@schematics/angular:application": { "strict": true } },
5347
"root": "projects/demo-app",
5448
"sourceRoot": "projects/demo-app/src",
5549
"prefix": "app",
@@ -58,10 +52,7 @@
5852
"builder": "@angular-devkit/build-angular:application",
5953
"options": {
6054
"allowedCommonJsDependencies": ["qrcode"],
61-
"outputPath": {
62-
"base": "dist/demo-app",
63-
"browser": ""
64-
},
55+
"outputPath": { "base": "dist/demo-app", "browser": "" },
6556
"index": "projects/demo-app/src/index.html",
6657
"polyfills": ["projects/demo-app/src/polyfills.ts"],
6758
"tsConfig": "projects/demo-app/tsconfig.app.json",
@@ -82,7 +73,7 @@
8273
{
8374
"type": "initial",
8475
"maximumWarning": "500kb",
85-
"maximumError": "1mb"
76+
"maximumError": "2mb"
8677
},
8778
{
8879
"type": "anyComponentStyle",
@@ -110,20 +101,14 @@
110101
"serve": {
111102
"builder": "@angular-devkit/build-angular:dev-server",
112103
"configurations": {
113-
"production": {
114-
"buildTarget": "demo-app:build:production"
115-
},
116-
"development": {
117-
"buildTarget": "demo-app:build:development"
118-
}
104+
"production": { "buildTarget": "demo-app:build:production" },
105+
"development": { "buildTarget": "demo-app:build:development" }
119106
},
120107
"defaultConfiguration": "development"
121108
},
122109
"extract-i18n": {
123110
"builder": "@angular-devkit/build-angular:extract-i18n",
124-
"options": {
125-
"buildTarget": "demo-app:build"
126-
}
111+
"options": { "buildTarget": "demo-app:build" }
127112
},
128113
"test": {
129114
"builder": "@angular-devkit/build-angular:karma",
@@ -155,15 +140,11 @@
155140
}
156141
}
157142
},
158-
"cli": {
159-
"analytics": false
160-
},
143+
"cli": { "analytics": false },
161144
"schematics": {
162145
"@angular-eslint/schematics:application": {
163146
"setParserOptionsProject": true
164147
},
165-
"@angular-eslint/schematics:library": {
166-
"setParserOptionsProject": true
167-
}
148+
"@angular-eslint/schematics:library": { "setParserOptionsProject": true }
168149
}
169150
}

0 commit comments

Comments
 (0)