jonkemp / inline-css

Inline css into an html file.
MIT License
429 stars 85 forks source link

Depends on deprecated package "flatten" #84

Closed PeasOfMind closed 5 years ago

PeasOfMind commented 5 years ago

Currently this package installs the deprecated package "flatten":

warning inline-css > flatten@1.0.2: I wrote this module a very long time ago; you should use something else.

Proposed modification

Swap dependency on "flatten" with a newer, not deprecated dependency like https://www.npmjs.com/package/array-flatten

I'd be happy to update the code to use the newer package & submit as a pull request.

jonkemp commented 5 years ago

Sounds good to me.

jonkemp commented 5 years ago

Strange that I don't see it when I do npm install.

PeasOfMind commented 5 years ago

I get the warning when I use yarn but not when I use npm