radium-bootstrap-grid
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "radium-bootstrap-grid", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Bootstrap grid system using inline styles", | ||
@@ -45,3 +45,2 @@ "main": "lib/index.js", | ||
"eslint-plugin-react": ">=3.5.1", | ||
"react-pure-render": ">=1.0.2", | ||
"react-transform-catch-errors": ">=1.0.0", | ||
@@ -48,0 +47,0 @@ "react-transform-hmr": ">=1.0.1", |
@@ -1,4 +0,4 @@ | ||
import Component from 'react-pure-render/component' | ||
import Component from 'react-pure-render/component'; | ||
import Radium from 'radium'; | ||
import React, {PropTypes as RPT} from 'react' | ||
import React, {PropTypes as RPT} from 'react'; | ||
import { container, clearfix } from './grid'; | ||
@@ -5,0 +5,0 @@ |
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
9
33991