joaojmendes 3e82d22c5f New Sample - react-multimedia-gallery - SPFx (#899)
* update docs

* Update README.md

* Update README.md

* Support to IE11

* fine tunning, added Fade on Images

* use CSS transitions

* clean extra comments
2019-07-05 15:57:15 +03:00

15 lines
435 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-image-gallery-client-side-solution",
"id": "cff1f832-50fb-4a72-bb4e-1393121dc4ad",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false
},
"paths": {
"zippedPackage": "solution/react-image-gallery.sppkg"
}
}