Skip to content

Commit bccfc0a

Browse files
committed
fix(demo): corrected package names
1 parent de24c9c commit bccfc0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/demos/react-todomvc-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "todomvc",
2+
"name": "react-todomvc-typescript",
33
"private": true,
44
"version": "1.0.0",
55
"description": "Overmind todomvc demo",

packages/demos/react-todomvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "todomvc",
2+
"name": "react-todomvc",
33
"private": true,
44
"version": "1.0.0",
55
"description": "Overmind todomvc demo",

0 commit comments

Comments
 (0)