aerogear / create-graphql

Command-line utility to build production-ready servers with GraphQL.
MIT License
440 stars 38 forks source link

Remove the yarn checking #76

Closed felippepuhle closed 7 years ago

felippepuhle commented 7 years ago

Yarn itself is not stable yet and a lot of people are using old versions.

Related to #74.

codecov-io commented 7 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   83.09%   83.09%           
=======================================
  Files          13       13           
  Lines         213      213           
=======================================
  Hits          177      177           
  Misses         36       36
Impacted Files Coverage Δ
packages/create-graphql/src/utils.js 0% <ø> (ø) :white_check_mark:

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 89dc19c...d76797c. Read the comment docs.

lucasbento commented 7 years ago

Good, thank you! :D