PhotoSwipe icon indicating copy to clipboard operation
PhotoSwipe copied to clipboard

crlf vs lf on npm

Open jasonkhanlar opened this issue 2 years ago • 0 comments

https://npmjs.com/package/photoswipe files appears to use CRLF instead of LF

Steps to reproduce:

npm install photoswipe

photoswipe.css - CRLF on all lines, instead of only LF

photoswipe.esm.js - CRLF starting at line 5, ending at line 5275 (the last 4 lines also only have LF).

photoswipe-lightbox.esm.js - CRLF starting at line 5, ending at line 1378 (the last 4 lines also only have LF).

jasonkhanlar avatar Apr 20 '22 14:04 jasonkhanlar