Skip to content

Commit

Permalink
Merge pull request #18358 from timvandermeij/npm-url
Browse files Browse the repository at this point in the history
Fix the repository URL in the `package.json` file for `pdfjs-dist`
  • Loading branch information
timvandermeij committed Jul 1, 2024
2 parents 7114796 + bf5dd7e commit 19fbc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 19fbc89

Please sign in to comment.