Skip to content

Commit

Permalink
feat(update): Update Thrux library
Browse files Browse the repository at this point in the history
  • Loading branch information
Thram committed Jan 30, 2017
1 parent 0a553c9 commit f0d4e9a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
15 changes: 8 additions & 7 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 @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/Thram/react-thrux#readme",
"dependencies": {
"thrux": "^2.2.6"
"thrux": "^2.3.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
output : {
path : join(__dirname, 'dist'),
libraryTarget: 'umd',
library : 'thrux',
library : 'react-thrux',
},
devtool: 'source-map',
module : {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3118,9 +3118,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.2.6:
version "2.2.6"
resolved "https://registry.yarnpkg.com/thrux/-/thrux-2.2.6.tgz#734c38e3d7b6d98063e502120c271b6f9d02f802"
thrux@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/thrux/-/thrux-2.3.0.tgz#24f01c4d250484abd7750a723c06e0d03453d4e5"
dependencies:
lodash "^4.17.4"

Expand Down

0 comments on commit f0d4e9a

Please sign in to comment.