Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Nov 3, 2017
1 parent caf34ee commit 26b9b2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2,646 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ package-lock.json
dist/**
node_modules
cli/generators/app/yarn.lock

examples/**/*/yarn.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $ yarn add react-tv

## Examples

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

## Using CLI

Expand Down
2 changes: 1 addition & 1 deletion examples/clock-app-with-react-tv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"react": "16.0.0-alpha.3",
"react-tv": "file:../../"
"react-tv": "0.2.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
Expand Down
Loading

0 comments on commit 26b9b2d

Please sign in to comment.