zksailor534 / react-adminlte-dash

This project is No Longer Maintained. React implementation of AdminLTE themed dashboard
http://zksailor534.github.io/react-adminlte-dash/
MIT License
167 stars 35 forks source link

Update package.json #17

Open ruelpaquera opened 6 years ago

ruelpaquera commented 6 years ago

"peerDependencies": { "react": ">= 15.0.0 < 16.0.0" },

change to

"peerDependencies": { "react": ">= 15.0.0" },

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@02118bd). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #17   +/-   ##
=========================================
  Coverage          ?   97.18%           
=========================================
  Files             ?       16           
  Lines             ?      426           
  Branches          ?      159           
=========================================
  Hits              ?      414           
  Misses            ?       12           
  Partials          ?        0

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 02118bd...d2e2938. Read the comment docs.