Skip to content

Commit

Permalink
Merge pull request #614 from dracs89/master
Browse files Browse the repository at this point in the history
fix(react example): correct .babelrc and example
  • Loading branch information
cpojer committed Nov 17, 2015
2 parents 4588b87 + bb43b4e commit 280560f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/react/.babelrc
@@ -1,3 +1,3 @@
{
"plugins": ["es2015", "react"]
"presets": ["es2015", "react"]
}
2 changes: 1 addition & 1 deletion examples/react/CheckboxWithLabel.js
Expand Up @@ -30,4 +30,4 @@ class CheckboxWithLabel extends React.Component {
}
}

export default CheckboxWithLabel;
module.exports = CheckboxWithLabel;

0 comments on commit 280560f

Please sign in to comment.