Skip to content

Commit

Permalink
upgrade to Angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Feb 26, 2020
1 parent 26abdc0 commit 14b6b41
Show file tree
Hide file tree
Showing 11 changed files with 11,648 additions and 6,882 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.0 (2020-02-24)

- Upgrade to Angular 9

# 1.1.1 (2020-02-05)

- Allow to select children
Expand Down
10 changes: 7 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"configurations": {
"production": {
"project": "projects/ngx-state-traverser/ng-package.json"
"project": "projects/ngx-state-traverser/ng-package.json",
"tsConfig": "projects/ngx-state-traverser/tsconfig.lib.prod.json"
}
}
},
Expand Down Expand Up @@ -58,7 +59,7 @@
"main": "projects/nst-test/src/main.ts",
"polyfills": "projects/nst-test/src/polyfills.ts",
"tsConfig": "projects/nst-test/tsconfig.json",
"aot": false,
"aot": true,
"assets": [
"projects/nst-test/src/favicon.ico",
"projects/nst-test/src/assets"
Expand All @@ -81,7 +82,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -90,6 +90,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down
Loading

0 comments on commit 14b6b41

Please sign in to comment.