Skip to content

Commit

Permalink
feat(pdfjs): upgrade to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hall <Jordan.Hall@mhr.co.uk>
  • Loading branch information
Jordan Hall authored and Jordan Hall committed Jun 13, 2024
1 parent e3806ab commit 6309698
Show file tree
Hide file tree
Showing 6 changed files with 6,063 additions and 4,157 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "ng2-pdf-viewer:build:production"
"buildTarget": "ng2-pdf-viewer:build:production"
},
"development": {
"browserTarget": "ng2-pdf-viewer:build:development"
"buildTarget": "ng2-pdf-viewer:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng2-pdf-viewer:build"
"buildTarget": "ng2-pdf-viewer:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 6309698

Please sign in to comment.