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:
commit
19fbc89985
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue