Skip to content

Commit 2c5b5e0

Browse files
author
kiran
committed
version update
1 parent 01e6e4b commit 2c5b5e0

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

dist/react-slick.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,6 @@ return /******/ (function(modules) { // webpackBootstrap
321321
componentDidUpdate: function componentDidUpdate() {
322322
this.adaptHeight();
323323
},
324-
componentWillReceiveProps: function componentWillReceiveProps(nextProps) {
325-
this.initialize(nextProps);
326-
},
327324
onWindowResized: function onWindowResized() {
328325
this.initialize(this.props);
329326
},

dist/react-slick.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-slick",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": " React port of slick carousel",
55
"main": "./lib",
66
"scripts": {

0 commit comments

Comments
 (0)