Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
InJung Chung committed Jan 5, 2018
1 parent dbf211e commit a033b2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/Step.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ var Step = function (_Component) {
completeBorderStyle = _props.completeBorderStyle,
activeBorderStyle = _props.activeBorderStyle;


return {
step: {
width: width + '%',
Expand Down Expand Up @@ -265,4 +266,4 @@ Step.propTypes = {
defaultBorderStyle: _propTypes.PropTypes.string,
completeBorderStyle: _propTypes.PropTypes.string,
activeBorderStyle: _propTypes.PropTypes.string
};
};
2 changes: 1 addition & 1 deletion lib/Stepper.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ Stepper.propTypes = {
activeBorderStyle: _propTypes.PropTypes.string
};

exports.default = Stepper;
exports.default = Stepper;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-stepper-horizontal",
"version": "1.0.9",
"version": "1.0.10",
"description": "Well-designed stepper component for react",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit a033b2c

Please sign in to comment.