react-animated-slider
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "react-animated-slider", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Animated slider component for react", | ||
@@ -11,5 +11,5 @@ "main": "build/index.js", | ||
"lint": "eslint src", | ||
"deploy": "npm run build && npm run build:pages && npm publish && npm run deploy:pages", | ||
"deploy:pages": "gh-pages -d pages", | ||
"build:pages": "webpack --mode production --config webpack.config.pages.js" | ||
"predeploy": "webpack --mode production --config webpack.config.pages.js", | ||
"deploy": "gh-pages -d pages", | ||
"prepublish": "npm run lint && npm run test && npm run build" | ||
}, | ||
@@ -16,0 +16,0 @@ "repository": { |
@@ -12,3 +12,3 @@ # react-animated-slider | ||
[Demo](http://erichbehrens.github.io/react-animated-slider/) - [Codesandbox Playground](https://codesandbox.io/s/p582xl40j) | ||
[Demo](https://erichbehrens.github.io/react-animated-slider/) - [Codesandbox Playground](https://codesandbox.io/s/p582xl40j) | ||
@@ -92,3 +92,3 @@  | ||
```js | ||
<Slider onSlideChange={event => console.log(event.slideIndex)> | ||
<Slider onSlideChange={event => console.log(event.slideIndex)}> | ||
``` | ||
@@ -95,0 +95,0 @@ |
@@ -10,3 +10,3 @@ import React from 'react'; | ||
<a href="https://github.com/erichbehrens/react-animated-slider" target="_blank"> | ||
<img src="http://svgshare.com/i/3zm.svg" alt="GitHub Repository" /> | ||
<img src="https://svgshare.com/i/3zm.svg" alt="GitHub Repository" /> | ||
</a> | ||
@@ -13,0 +13,0 @@ </h1> |
68014