fix: NPM 9 SSH github issue
This commit is contained in:
parent
daf21e060d
commit
2f8a19a0d2
2 changed files with 3 additions and 2 deletions
|
@ -403,7 +403,8 @@ shared:
|
|||
'remark-mdx-frontmatter': '3.0.0'
|
||||
'remark-smartypants': '2.0.0'
|
||||
'sharp': '0.32.3'
|
||||
'svg-to-pdfkit': 'https://github.com/eriese/SVG-to-PDFKit'
|
||||
# see: https://github.com/npm/cli/issues/2610#issuecomment-1295371753
|
||||
'svg-to-pdfkit': 'https://git@github.com/eriese/SVG-to-PDFKit'
|
||||
'tlds': '1.240.0'
|
||||
'to-vfile': '8.0.0'
|
||||
'unist-util-visit': *unist-util-visit
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"remark-mdx-frontmatter": "3.0.0",
|
||||
"remark-smartypants": "2.0.0",
|
||||
"sharp": "0.32.3",
|
||||
"svg-to-pdfkit": "https://github.com/eriese/SVG-to-PDFKit",
|
||||
"svg-to-pdfkit": "https://git@github.com/eriese/SVG-to-PDFKit",
|
||||
"tlds": "1.240.0",
|
||||
"to-vfile": "8.0.0",
|
||||
"unist-util-visit": "5.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue