anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

fix: downgrade source-map #97

Closed DanielRuf closed 3 years ago

DanielRuf commented 5 years ago

Currently in the lockfile there is a different / older version of source-map so it works on Node.js 6 on CI.

But after it is published only the package.json is used and so source-map 0.7 is used which required node > 8 and breaks setups which run on Node.js 6 LTS.

You can easily check this by using npm 3 which did not yet support the lockfile and just supported shrinkwrap.

https://travis-ci.org/anandthakker/doiuse/jobs/434179068#L452

ncoden commented 5 years ago

Poke @pkuczynski

DanielRuf commented 5 years ago

Bump.

pkuczynski commented 3 years ago

I am wondering if it makes sense to support node 6?

DanielRuf commented 3 years ago

Closing as there are conflicts now and things may have changed since then.

DanielRuf commented 3 years ago

I am wondering if it makes sense to support node 6?

Not anymore but some projects still use and support Node 6.