Skip to content

Commit

Permalink
Bump 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Sep 29, 2017
1 parent 17d5c1b commit b07347b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "baobab-react",
"version": "2.1.4",
"version": "3.0.0",
"description": "React integration for Baobab.",
"main": "./index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/prop-types.js
Expand Up @@ -4,7 +4,7 @@
*
* PropTypes used to propagate context safely.
*/
import { isBaobabTree } from './helpers';
import {isBaobabTree} from './helpers';

function errorMessage(propName, what) {
return `prop type \`${propName}\` is invalid; it must be ${what}.`;
Expand Down

0 comments on commit b07347b

Please sign in to comment.