jorgebucaran / superfine

Absolutely minimal view layer for building web interfaces
https://git.io/super
MIT License
1.56k stars 78 forks source link

Fix README.md #165

Closed svaterlaus closed 5 years ago

svaterlaus commented 5 years ago

Fix babel plugin name from "transform-react-jsx" to "@babel/plugin-transform-react-jsx".

("transform-react-jsx" was giving me weird errors until I changed it)

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #165   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         183    183           
  Branches       52     52           
=====================================
  Hits          183    183

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 92162ad...6a151ed. Read the comment docs.

jorgebucaran commented 5 years ago

Good catch, thanks! @sVaterlaus 👋