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
@ -2226,7 +2226,7 @@ function packageJson() {
|
|||||||
},
|
},
|
||||||
repository: {
|
repository: {
|
||||||
type: "git",
|
type: "git",
|
||||||
url: `git+${DIST_REPO_URL}.git`,
|
url: `git+https://github.com/mozilla/pdf.js.git`,
|
||||||
},
|
},
|
||||||
engines: {
|
engines: {
|
||||||
node: ">=18",
|
node: ">=18",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user