Added play button

This commit is contained in:
Vicente J. Ruiz Jurado 2018-08-15 07:26:39 +02:00
parent 3defbb01a2
commit ffef42d19a
3 changed files with 17 additions and 2 deletions

12
package-lock.json generated
View file

@ -6227,7 +6227,8 @@
},
"jsbn": {
"version": "0.1.1",
"bundled": true
"bundled": true,
"optional": true
},
"json-schema": {
"version": "0.2.3",
@ -17922,6 +17923,15 @@
"resolved": "https://registry.npmjs.org/react-leaflet-sidebarv2/-/react-leaflet-sidebarv2-0.5.1.tgz",
"integrity": "sha512-HaEeIq3TfK1Hy7xIuX3hv895LNpu1xIBCgW+I1INrqX/95nNRw6ItNQOxmk0YO5ImrSaDeV6rDXKsAGojjngdg=="
},
"react-mobile-store-button": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/react-mobile-store-button/-/react-mobile-store-button-0.0.3.tgz",
"integrity": "sha512-fuMUeaR2yxOvPfYV2TOsQT+bzenEHGSg5PqKrCyn34m13loZEUf2BJuJ5J8k4EvWPHmljLDfc5dnGhaKd4qVTQ==",
"requires": {
"prop-types": "15.6.0",
"react": "16.2.0"
}
},
"react-overlays": {
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-0.7.4.tgz",