Skip to content

Commit

Permalink
ver. 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ahua52 committed Feb 21, 2017
1 parent 80c48f3 commit e8419a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions build/ProgressBar.js
Expand Up @@ -172,10 +172,7 @@ var ProgressBar = function (_React$Component) {
_extends({}, others, {
role: 'progressbar',
className: (0, _classnames2["default"])(className, classNames),
style: _extends({ width: getPercentage(now, min, max) + '%' }, style),
'u-valuenow': now,
'u-valuemin': min,
'u-valuemax': max
style: _extends({ width: getPercentage(now, min, max) + '%' }, style)
}),
_react2["default"].createElement(
'span',
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bee-progress-bar",
"version": "0.1.6",
"version": "0.1.7",
"description": "progress-bar ui component for react",
"keywords": [
"react",
Expand Down

0 comments on commit e8419a4

Please sign in to comment.