csstools/postcss-focus-visible

No files in 6.0.0 release

Closed this issue · 3 comments

We've got this error when Renovate Bot tried to update dependencies:

Error: Loading PostCSS Plugin failed: Cannot find module 'node_modules/postcss-focus-visible/dist/index.cjs.js'. Please verify that the package.json has a valid "main" entry

I checked the package and found it empty:

$ npm pack postcss-focus-visible
npm notice
npm notice 📦  postcss-focus-visible@6.0.0
npm notice === Tarball Contents ===
npm notice 2.2kB package.json
npm notice 6.8kB LICENSE.md
npm notice 3.8kB README.md
npm notice === Tarball Details ===
npm notice name:          postcss-focus-visible
npm notice version:       6.0.0
npm notice filename:      postcss-focus-visible-6.0.0.tgz
npm notice package size:  4.7 kB
npm notice unpacked size: 12.8 kB
npm notice shasum:        c5c5cb618e5be7f58b2fd71d408b56fc1a739c63
npm notice integrity:     sha512-NRBDXFZyVBUs0[...]qr1aA0PR0xERw==
npm notice total files:   3
npm notice
postcss-focus-visible-6.0.0.tgz

Hey there, please check version 6.0.1. It should now have the missing files included.

Confirming, files are back. Thank you!