Skip to content

Commit fbdef99

Browse files
author
Masashi Hirano
committed
Update dependencies and README
1 parent fdee49f commit fbdef99

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ render(<App />, document.getElementById('slideshow'));
6161
|withTimestamp|boolean|No|set true if you want to add timestamp to img url. i.e. `example.png?1483228800`|
6262
|pageWillUpdate|function|No|function that is invoked when the page is turned over.|
6363

64+
## Browser Support
65+
Chrome@latest
66+
Firefox@latest
67+
Safari@latest
68+
IE11
69+
6470
## License
6571
This project is licensed under the terms of the
6672
[MIT license](https://github.com/shisama/react-slideshow/blob/master/LICENSE)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-slideshow-ui",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"author": "Masashi Hirano (https://github.com/shisama)",
55
"license": "MIT",
66
"description": "React UI Component for slideshow like SlideShare or SpeakerDeck.",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"react": "^15.6.1",
43-
"toggle-fullscreen": "^0.1.4"
43+
"toggle-fullscreen": "^0.2.1"
4444
},
4545
"devDependencies": {
4646
"ava": "^0.21.0",

0 commit comments

Comments
 (0)