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

22 lines
720 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-rssreader-client-side-solution",
"id": "fcb53167-e0d5-4ed1-9648-149146649aa1",
2023-04-05 18:37:01 -04:00
"version": "1.0.2.0",
2020-11-22 18:00:30 -05:00
"developer": {
"name": "Eric Overfield",
"privacyUrl": "https://contoso.com/privacy",
"termsOfUseUrl": "https://contoso.com/terms-of-use",
2021-05-02 15:04:59 -04:00
"websiteUrl": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-rss-reader",
"mpnId": "m365pnp"
2020-11-22 18:00:30 -05:00
},
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false
},
"paths": {
"zippedPackage": "solution/react-rssreader.sppkg"
}
}