covfefe-react
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "covfefe-react", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -9,3 +9,4 @@ "main": "dist/covfefe.js", | ||
"build": "babel src --out-dir dist", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -12,0 +13,0 @@ "repository": { |
@@ -7,3 +7,2 @@ import React from 'react' | ||
export default function Covfefe ({children, ...rest}) { | ||
console.log('CHILEN', children) | ||
if (typeof children !== 'string') { | ||
@@ -10,0 +9,0 @@ return children; |
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
119541
68