Skip to content

Commit

Permalink
Merge pull request #8 from guillotinaweb/ng9
Browse files Browse the repository at this point in the history
upgrade to angular 9
  • Loading branch information
ebrehault authored Feb 29, 2020
2 parents 01c22f6 + b636081 commit 4c07e98
Show file tree
Hide file tree
Showing 9 changed files with 5,706 additions and 2,099 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-29)

- Upgrade to Angular 9

# 1.1.0 (2020-02-20)

- Support full login logic (bloodbare)
Expand Down
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
},
"configurations": {
"production": {
"project": "projects/grange-core/ng-package.json"
"project": "projects/grange-core/ng-package.json",
"tsConfig": "projects/grange-core/tsconfig.lib.prod.json"
}
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand Down Expand Up @@ -58,7 +59,7 @@
"main": "projects/demo/src/main.ts",
"polyfills": "projects/demo/src/polyfills.ts",
"tsConfig": "projects/demo/tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"projects/demo/src/favicon.ico",
"projects/demo/src/assets"
Expand All @@ -81,7 +82,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down
Loading

0 comments on commit 4c07e98

Please sign in to comment.