Skip to content

Commit 19fbc89

Browse files
Merge pull request #18358 from timvandermeij/npm-url
Fix the repository URL in the `package.json` file for `pdfjs-dist`
2 parents 7114796 + bf5dd7e commit 19fbc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ function packageJson() {
22262226
},
22272227
repository: {
22282228
type: "git",
2229-
url: `git+${DIST_REPO_URL}.git`,
2229+
url: `git+https://github.com/mozilla/pdf.js.git`,
22302230
},
22312231
engines: {
22322232
node: ">=18",

0 commit comments

Comments
 (0)