@mobylogix/react-component
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -24,5 +24,7 @@ #! /usr/bin/env node | ||
var content = `import React, {${pureCmpt}} from "react"; | ||
var content = `import React, {${pureCmpt}} from 'react'; | ||
import {_} from 'underscrore'; | ||
import moment from 'moment'; | ||
import autoBind from 'react-autobind'; | ||
import "./${name.toLowerCase()}.${stylesExt}"; | ||
import './${name.toLowerCase()}.${stylesExt}'; | ||
@@ -29,0 +31,0 @@ class ${capitalize(name)} extends ${pureCmpt} { |
{ | ||
"name": "@mobylogix/react-component", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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
3205
63