Skip to content

Commit

Permalink
updated info
Browse files Browse the repository at this point in the history
  • Loading branch information
gniquil committed Oct 19, 2017
1 parent 9f85773 commit c39aa4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ The list of `CmdType<A>` would be something that runs a http request, etc. (Docs

## Example

You can find a full-fledged example [here](https://github.com/gniquil/teadux-example).

### Kitchen sink

The following is an example from `index.test.ts`
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "teadux",
"version": "1.0.2",
"descript": "The Elm archicture + Redux",
"version": "1.0.3",
"description": "The Elm archicture + Redux",
"homepage": "https://github.com/gniquil/teadux",
"repository": {
"type": "git",
"url": "git+https://github.com/gniquil/teadux.git"
},
"bugs": "https://github.com/gniquil/teadux/issues",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit c39aa4b

Please sign in to comment.