opcodesio / log-viewer

Fast and beautiful Log Viewer for Laravel
https://log-viewer.opcodes.io
MIT License
3.39k stars 237 forks source link

Do not export npm dependencies files in the Composer archive #379

Open zoispag opened 1 month ago

zoispag commented 1 month ago

Since publishing the assets will only include the bundle, I could see the package.json and package-lock.json not being present in the vendor folder after package installation.

WDYT @arukompas ?