Skip to content

Commit 272d013

Browse files
committed
template update p1
1 parent 71b85d3 commit 272d013

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
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.

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)