Comparing version 1.3.0 to 1.3.1
@@ -237,2 +237,3 @@ 'use strict'; | ||
value: function componentWillReceiveProps(nextProps) { | ||
console.log({ nextProps: nextProps }); | ||
var _props = this.props, | ||
@@ -239,0 +240,0 @@ isOpen = _props.isOpen, |
{ | ||
"name": "reactour", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Tourist Guide into your React Components", | ||
@@ -43,4 +43,4 @@ "main": "dist/index.js", | ||
"css-loader": "0.28.4", | ||
"react": "15.5.4", | ||
"react-dom": "15.5.4", | ||
"react": "15.6.1", | ||
"react-dom": "15.6.1", | ||
"reshake": "1.0.6", | ||
@@ -47,0 +47,0 @@ "rimraf": "2.6.1", |
41756
762