Skip to content

Commit

Permalink
fix(thrux): Update thrux version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thram committed Jan 24, 2017
1 parent 06ce2dd commit f8a915a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![downloads](https://img.shields.io/npm/dm/react-thrux.svg?style=flat-square)](https://www.npmjs.com/package/react-thrux)
[![MIT License](https://img.shields.io/npm/l/react-thrux.svg?style=flat-square)](https://opensource.org/licenses/MIT)

Connect Thrux state to a React component.
Connect [Thrux](https://github.com/Thram/thrux) state to a React component.

## API

Expand Down
10 changes: 5 additions & 5 deletions dist/react-thrux.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-thrux.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/react-thrux.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-thrux.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/Thram/react-thrux#readme",
"dependencies": {
"thrux": "^2.1.4"
"thrux": "^2.2.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3168,9 +3168,9 @@ through@2, through@^2.3.6, through@~2.3, through@~2.3.1:
version "2.3.8"
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"

thrux@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/thrux/-/thrux-2.1.4.tgz#a85dc90b4b1d46d5de4d923b91f2a8dd6883e457"
thrux@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/thrux/-/thrux-2.2.1.tgz#e0304e22c222b3f686b3644cf4e9b2c68a926ac8"
dependencies:
lodash "^4.17.4"

Expand Down

0 comments on commit f8a915a

Please sign in to comment.