Skip to content

Commit

Permalink
Merge pull request #179 from MurhafSousli/ng12
Browse files Browse the repository at this point in the history
Upgrade to Angular 12
  • Loading branch information
MurhafSousli authored Jun 6, 2021
2 parents b292389 + b5d71bc commit e9e0ce8
Show file tree
Hide file tree
Showing 12 changed files with 5,296 additions and 6,064 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.1.4

- Upgrade to Angular 12
- Set peer dependency of hljs to v10

## 4.1.3

- Upgrade to Angular 11
Expand Down
9 changes: 7 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"main": "projects/ngx-highlightjs-demo/src/main.ts",
"polyfills": "projects/ngx-highlightjs-demo/src/polyfills.ts",
"tsConfig": "projects/ngx-highlightjs-demo/tsconfig.app.json",
"aot": true,
"assets": [
"projects/ngx-highlightjs-demo/src/favicon.ico",
"projects/ngx-highlightjs-demo/src/assets"
Expand All @@ -73,7 +72,13 @@
"scripts": [],
"allowedCommonJsDependencies": [
"highlight.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit e9e0ce8

Please sign in to comment.