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

22 lines
578 B
JSON
Raw Normal View History

2017-08-07 09:56:43 -04:00
{
2021-05-21 20:23:15 -04:00
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
2017-08-07 09:56:43 -04:00
"solution": {
"name": "react-pagecontributors-client-side-solution",
"id": "1c18830a-4c18-4b82-a571-77863b19c66d",
2021-07-04 21:08:00 -04:00
"version": "1.2.0.0",
2021-05-22 07:14:08 -04:00
"skipFeatureDeployment": true,
2021-05-21 20:23:15 -04:00
"developer": {
2021-05-22 07:14:08 -04:00
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": ""
2021-05-21 20:23:15 -04:00
},
"isDomainIsolated": false,
"includeClientSideAssets": true
2017-08-07 09:56:43 -04:00
},
"paths": {
"zippedPackage": "solution/react-pagecontributors.sppkg"
}
}