Skip to content

Commit 2cf4704

Browse files
committed
Add explicit dependency for @nextcloud/paths
@nextcloud/paths was already an implicit dependency, but now it is made explicit to use the functions it provides in the PDF viewer code. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
1 parent 9e0983f commit 2cf4704

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@nextcloud/dialogs": "^6.0.0",
3333
"@nextcloud/l10n": "^3.1.0",
3434
"@nextcloud/logger": "^3.0.2",
35+
"@nextcloud/paths": "^2.2.1",
3536
"@nextcloud/router": "^3.0.1",
3637
"@nextcloud/sharing": "^0.2.4",
3738
"pdfjs-dist": "4.0.189"

0 commit comments

Comments
 (0)