react-material-responsive-grid
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "react-material-responsive-grid", | ||
"author": "Ken Gregory", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A set of React components implementing the material-responsive-grid CSS framework.", | ||
@@ -21,4 +21,4 @@ "main": "./index.js", | ||
"peerDependencies": { | ||
"react": "^15.3.0", | ||
"react-dom": "^15.3.0" | ||
"react": "^15.3.0 || ^16.0.0", | ||
"react-dom": "^15.3.0 || ^16.0.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "dependencies": { |
@@ -112,3 +112,3 @@ # React Material Responsive Grid # | ||
import React from 'react'; | ||
import { Grid, Row, Col } from 'react-flexbox-grid'; | ||
import { Grid, Row, Col } from 'react-material-responsive-grid'; | ||
@@ -115,0 +115,0 @@ class App extends React.Component { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24238