Skip to content

Commit d05d856

Browse files
authored
Merge pull request #16 from reactplay/Issue-15-template-update
Issue 15 template update
2 parents 71b85d3 + 967b543 commit d05d856

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

_templates/component_js.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import PlayHeader from 'common/playlists/PlayHeader';
22
import './styles.%PLAY_STYLE%';
33

4+
// WARNING: Do not change the entry componenet name
45
function %PLAY_TITLE_NAME%(props) {
56

67
// Your Code Start below.

lib/services/template/play_content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const PLAY_LIST_DIRECTORY = "./src/plays";
1010
const TEMPLATE_DIRECTORY = "../../../../_templates";
1111

1212
const TEMPLATE_MAP = {
13-
common: ["readme_md"],
13+
common: ["Readme_md"],
1414
js: ["component_js"],
1515
ts: ["component_ts"],
1616
css: ["styles_css"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-play",
3-
"version": "0.0.7",
3+
"version": "0.0.9",
44
"description": "Boiler plate for creating a play within reactplay system",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)