Skip to content

Commit

Permalink
Merge pull request #27 from kouhin/hotfix/v0.6.1
Browse files Browse the repository at this point in the history
Fix prop-types
  • Loading branch information
kouhin authored Jun 28, 2017
2 parents 15351e9 + 0ce2392 commit be36f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-hook",
"version": "0.6.0",
"version": "0.6.1",
"description": "Universal data fetching and lifecycle management for react router with multiple components",
"main": "./lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/PropTypes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PropTypes } from 'react';
import PropTypes from 'prop-types';

const { func, object, arrayOf, oneOfType, element, shape, string } = PropTypes;

Expand Down

0 comments on commit be36f98

Please sign in to comment.