react-grid-system
Advanced tools
Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "react-grid-system", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "A no CSS Bootstrap-like responsive grid system for React.", | ||
@@ -46,6 +46,8 @@ "main": "./build/index.js", | ||
"homepage": "https://github.com/JSxMachina/react-grid-system#readme", | ||
"peerDependencies": { | ||
"react": "^16.0.0" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.4", | ||
"prop-types": "^15.6.0", | ||
"react": "^16.0.0" | ||
"prop-types": "^15.6.0" | ||
}, | ||
@@ -52,0 +54,0 @@ "devDependencies": { |
@@ -17,2 +17,6 @@ # react-grid-system | ||
``` | ||
# Install react peer dependency | ||
npm install react@16 | ||
# Install react grid system | ||
npm install react-grid-system --save | ||
@@ -19,0 +23,0 @@ ``` |
81345
144
- Removedreact@^16.0.0