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

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
InJung Chung committed Jun 20, 2017
1 parent 9f8e0c3 commit 0ff88c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ReversedRadioButton = exports.RadioButton = exports.RadioGroup = undefined;
exports.RadioIcon = exports.ReversedRadioButton = exports.RadioButton = exports.RadioGroup = undefined;

var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

Expand Down Expand Up @@ -349,7 +349,7 @@ ReversedRadioButton.propTypes = {
disabledColor: _react.PropTypes.bool
};

var RadioIcon = function (_Component4) {
var RadioIcon = exports.RadioIcon = function (_Component4) {
_inherits(RadioIcon, _Component4);

function RadioIcon() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-radio-buttons",
"version": "1.0.12",
"version": "1.1.1",
"description": "Well-designed radio buttons for react.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 0ff88c1

Please sign in to comment.