@mobylogix/react-component
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -24,3 +24,3 @@ #! /usr/bin/env node | ||
return ( | ||
<div>{`Hello $name`}</div> | ||
<div>Hello ${name}</div> | ||
); | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "@mobylogix/react-component", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": "https://github.com/mobylogix/react-component.git", | ||
@@ -5,0 +5,0 @@ "description": "Generate 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
2311