kentcdodds / cross-env

🔀 Cross platform setting of environment scripts
https://www.npmjs.com/package/cross-env
MIT License
6.32k stars 243 forks source link

bumped cross-spawn to version 7.0.0 #211

Closed crebier-corentin closed 5 years ago

crebier-corentin commented 5 years ago

What: Bumped dependency cross-spawn to ^7.0.0

Why: cross-spawn 7.0.0 removed 2 dependencies but also removed compatibily with node.js 7 and lower.

How: Just changed the package.json

Checklist:

Added a warning in README.md, should also update the badge but I don't know how. This is a breaking change since it removes compatibility with node.js 7 and lower, so it requires a new major version.

codecov[bot] commented 5 years ago

Codecov Report

Merging #211 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #211   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          69     69           
  Branches       18     18           
=====================================
  Hits           69     69

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a75fd0e...6d9d4e2. Read the comment docs.