mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 14:34:58 +00:00
2194dd957b
* react-image-gallery web part added * Update README.md
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "image-gallery-client-side-solution",
|
|
"id": "876cbbe8-6974-4676-9da3-5c190ac8164f",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/image-gallery.sppkg"
|
|
}
|
|
}
|