BenoitZugmeyer / eslint-plugin-html

An ESLint plugin to extract and lint scripts from HTML files.
ISC License
430 stars 51 forks source link

Incorrect npm-shrinkwrap.json has been pushed #125

Closed goremikin closed 4 years ago

goremikin commented 4 years ago

Description

Starting with version 6.0.1 npm-shrinkwrap.json file has been added, which causes a lot of extraneous packages to be installed (which eventually are part of dev-dependencies, like jest).

Setup configuration

BenoitZugmeyer commented 4 years ago

Thank you for pointing this out. This is because of a NPM change: npm-shrinkwrap.json files cannot be ignored anymore. I wonder why they accepted such a breaking change without announcing it further. Anyway... I'll fix this soon.

Further details: this change have been released in npm-packlist@1.4.5 and npm-cli 6.12.1 (update to npm-packlist@1.4.6 directly)

BenoitZugmeyer commented 4 years ago

Should be fixed and published in 6.0.2! Let me know if it works for you :) Thanks again.