bpk-animate-height
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "bpk-animate-height", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Animate height using CSS transitions.", | ||
@@ -19,4 +19,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"bpk-component-button": "^1.6.21" | ||
"bpk-component-button": "^1.6.22" | ||
} | ||
} |
@@ -18,3 +18,3 @@ # bpk-animate-height | ||
import AnimateHeight from 'bpk-animate-height'; | ||
import React, { PropTypes, Component } from 'react'; | ||
import React, { Component } from 'react'; | ||
@@ -21,0 +21,0 @@ class AnimateHeightContainer extends Component { |
10724