@mobylogix/react-component
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -20,3 +20,3 @@ #! /usr/bin/env node | ||
var pureCmpt = options.pure ? "PureComponent" : "Component"; | ||
var styles = path.resolve(dir, name + "." + stylesExt) | ||
var styles = path.resolve(dir, name.toLowerCase() + "." + stylesExt) | ||
var js = path.resolve(dir, capitalize(name) + "."+ fileExt); | ||
@@ -23,0 +23,0 @@ var index = path.resolve(dir, "index.js"); |
{ | ||
"name": "@mobylogix/react-component", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"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
3368