Skip to content

Commit

Permalink
Merge pull request #9 from noahwsmith/fix-pdfjs
Browse files Browse the repository at this point in the history
Add library for pdf.js
  • Loading branch information
nigelgbanks authored Feb 24, 2022
2 parents 3779758 + dafaf4b commit 178469d
Show file tree
Hide file tree
Showing 2 changed files with 879 additions and 316 deletions.
15 changes: 13 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"drupal/core-composer-scaffold": "^9.2",
"drupal/core-project-message": "^9.2",
"drupal/core-recommended": "^9.2",
"islandora/islandora_install_profile_demo": "dev-main"
"islandora/islandora_install_profile_demo": "dev-main",
"library/pdf.js": "2.4.456"
},
"require-dev": {
"drupal/twig_xdebug": "^1.2"
Expand All @@ -91,7 +92,17 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"zaporylie/composer-drupal-optimizations": true,
"wikimedia/composer-merge-plugin": true,
"cweagans/composer-patches": true,
"drupal/console-extend-plugin": true,
"oomphinc/composer-installers-extender": true
}
},
"extra": {
"drupal-scaffold": {
Expand Down
Loading

0 comments on commit 178469d

Please sign in to comment.