yWorks / svg2pdf.js

A javascript-only SVG to PDF conversion utility that runs in the browser. Brought to you by yWorks - the diagramming experts
MIT License
646 stars 96 forks source link

Include `./src` in packaged tarball #220

Closed anderskiaer closed 11 months ago

anderskiaer commented 1 year ago

Closes #219.

By including the ./src folder in the packaged tarball (https://docs.npmjs.com/cli/v8/configuring-npm/package-json#files), the already existing source map files installed with npm install svg2pdf.js today should then become valid.

HackbrettXXX commented 11 months ago

Thanks for the PR. I'm not going to merge it for reasons described in https://github.com/yWorks/svg2pdf.js/issues/219#issuecomment-1206164189