ribcage-gen
Advanced tools
Comparing version 2.0.5 to 2.1.0
{ | ||
"name": "ribcage-gen", | ||
"version": "2.0.5", | ||
"version": "2.1.0", | ||
"description": "A generator script for ribcage components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ import React, {PropTypes, Component} from 'react' | ||
<h1 className={`${namespace}-title`}>{this.props.name} component</h1> | ||
<img src={`//${this.props.name}.jpg.to`} /> | ||
<img src={`http://loremflickr.com/600/600/${this.props.name}`} /> | ||
</div>) | ||
@@ -27,1 +27,5 @@ } | ||
} | ||
{{PascalName}}.defaultProps = { | ||
name: {{camelName}} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22918
596