Skip to content

Commit 5b14e0b

Browse files
committed
update dependencies; release 2.0.0
1 parent 3f5aa7c commit 5b14e0b

13 files changed

+5070
-3745
lines changed

angular.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16+
"aot": true,
1617
"outputPath": "dist/ngx-typed-js-demo",
1718
"index": "src/index.html",
1819
"main": "src/main.ts",
@@ -49,6 +50,10 @@
4950
"type": "initial",
5051
"maximumWarning": "2mb",
5152
"maximumError": "5mb"
53+
},
54+
{
55+
"type": "anyComponentStyle",
56+
"maximumWarning": "6kb"
5257
}
5358
]
5459
}
@@ -141,6 +146,11 @@
141146
"options": {
142147
"tsConfig": "projects/ngx-typed-js/tsconfig.lib.json",
143148
"project": "projects/ngx-typed-js/ng-package.json"
149+
},
150+
"configurations": {
151+
"production": {
152+
"tsConfig": "projects/ngx-typed-js/tsconfig.lib.prod.json"
153+
}
144154
}
145155
},
146156
"test": {
@@ -166,5 +176,8 @@
166176
}
167177
}
168178
},
169-
"defaultProject": "ngx-typed-js-demo"
170-
}
179+
"defaultProject": "ngx-typed-js-demo",
180+
"cli": {
181+
"analytics": "b5f6de1e-03de-4198-bf9c-bf8a29c7a64a"
182+
}
183+
}

src/browserslist browserslist

File renamed without changes.

0 commit comments

Comments
 (0)