maximkoretskiy / postcss-autoreset

PostCSS plugin for automatic rules isolation
MIT License
244 stars 11 forks source link

Missing dist folder in 3.0.0 release #31

Closed mach25 closed 4 years ago

mach25 commented 4 years ago

I'm trying to install version 3.0.0 and it's missing the dist folder so it's not possible to use the plugin.

mminkoff commented 4 years ago

Just a stopgap, but npm install --save-dev postcss postcss-autoreset@2.0.2 should work until this is fixed.

maximkoretskiy commented 4 years ago

@mach25 @mminkoff just released the fix.

Thank you for issue!

justafish commented 4 years ago

The 3.0.1 release still isn't working for me -

[16:36:33] Error: Cannot find module './lib'
Require stack:
- /home/justafish/Repos/wombat/node_modules/postcss-autoreset/index.js
maximkoretskiy commented 4 years ago

Sorry for the inconvenience, could you please check it. Looks like clean-publish was eating the files :) . But now the problem should be fixed. Just bumped library version

justafish commented 4 years ago

@maximkoretskiy it's working now, thank you!