sp-dev-fx-webparts/samples/react-carousel/config/package-solution.json

22 lines
623 B
JSON
Raw Normal View History

{
2020-10-30 22:57:01 -04:00
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-carousel-client-side-solution",
"id": "263a1d21-f4c7-4a46-a364-e5f995286b9b",
"version": "4.0.0.0",
2020-10-30 22:57:01 -04:00
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "Contoso",
"privacyUrl": "https://contoso.com/privacy",
"termsOfUseUrl": "https://contoso.com/terms-of-use",
"websiteUrl": "https://contoso.com/my-app",
"mpnId": "m365pnp"
2020-10-30 22:57:01 -04:00
}
},
"paths": {
"zippedPackage": "solution/react-carousel.sppkg"
}
}