ElementUI / element-theme

Theme generator cli tool for Element.
MIT License
492 stars 142 forks source link

Upgrading postcss-salad? #25

Open jiayexie opened 6 years ago

jiayexie commented 6 years ago

I get npm warnings on deprecating fs-promise:

npm WARN deprecated fs-promise@0.5.0: Use mz or fs-extra^3.0 with Promise Support
npm WARN deprecated fs-promise@0.3.1: Use mz or fs-extra^3.0 with Promise Support

These dependencies come from postcss-salad@1.0.8, and the most recent version of postcss-salad is 2.0.1. Any plans of upgrading this dependency to remove the deprecation warnings?