Skip to content

Commit

Permalink
REbuild dist and .min
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhathaway committed Jul 26, 2016
1 parent 236a9a0 commit 7c6f6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/inputTypes/checkboxOptionsInput.js
Expand Up @@ -10,7 +10,7 @@ function _inherits(subClass, superClass) { if (typeof superClass !== 'function'

var React = require('react');

var CloneArray = require('../lib/cloneArray');
var cloneArray = require('../lib/cloneArray');

var CheckboxOptionsInput = (function (_React$Component) {
_inherits(CheckboxOptionsInput, _React$Component);
Expand Down

0 comments on commit 7c6f6a8

Please sign in to comment.