1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #18358 from timvandermeij/npm-url

Fix the repository URL in the `package.json` file for `pdfjs-dist`
This commit is contained in:
Tim van der Meij 2024-07-01 19:55:07 +02:00 committed by GitHub
commit 19fbc89985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2226,7 +2226,7 @@ function packageJson() {
},
repository: {
type: "git",
url: `git+${DIST_REPO_URL}.git`,
url: `git+https://github.com/mozilla/pdf.js.git`,
},
engines: {
node: ">=18",