react-redux-saga-router
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -132,3 +132,3 @@ 'use strict'; | ||
route: _react.PropTypes.string, | ||
'@@__routes': _react.PropTypes.array | ||
'@@__routes': _react.PropTypes.object | ||
}; | ||
@@ -135,0 +135,0 @@ exports.Link = Link; |
{ | ||
"name": "react-redux-saga-router", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "elegant powerful routing based on the simplicity of storing url as state", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -34,3 +34,3 @@ import React, { PropTypes, Component } from 'react' | ||
route: PropTypes.string, | ||
'@@__routes': PropTypes.array, | ||
'@@__routes': PropTypes.object, | ||
} | ||
@@ -37,0 +37,0 @@ |
112568