styled-bootstrap-grid
Advanced tools
Comparing version 0.1.0-beta0.1 to 0.1.0-beta0.2
@@ -15,2 +15,3 @@ 'use strict'; | ||
}, {}); | ||
console.log(props, propsKeys, otherProps); | ||
return otherProps; | ||
@@ -17,0 +18,0 @@ }; |
{ | ||
"name": "styled-bootstrap-grid", | ||
"version": "0.1.0-beta0.1", | ||
"version": "0.1.0-beta0.2", | ||
"description": "bootstrap grid system using styled components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -11,2 +11,3 @@ const buildProps = (props, propsKeys = ['children']) => { | ||
); | ||
console.log(props, propsKeys, otherProps) | ||
return otherProps; | ||
@@ -13,0 +14,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
39932
951