Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 26b9b2d

Browse files
committed
release: 0.2.0
1 parent caf34ee commit 26b9b2d

4 files changed

Lines changed: 4 additions & 2646 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ package-lock.json
55
dist/**
66
node_modules
77
cli/generators/app/yarn.lock
8+
9+
examples/**/*/yarn.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $ yarn add react-tv
8989

9090
## Examples
9191

92-
[WORK IN PROGRESS]
92+
- [Clock TV App Rendering with React-TV](https://github.com/raphamorim/react-tv/tree/master/examples/clock-app-with-react-tv)
9393

9494
## Using CLI
9595

examples/clock-app-with-react-tv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"react": "16.0.0-alpha.3",
12-
"react-tv": "file:../../"
12+
"react-tv": "0.2.0"
1313
},
1414
"devDependencies": {
1515
"babel-core": "^6.4.5",

0 commit comments

Comments
 (0)