ReactIntern 0fdb58fa6e Initial Push
Pushing React-News to main
2021-09-22 18:12:42 -04:00

18 lines
544 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-news-webpart-client-side-solution",
"id": "2977aa46-bf61-4068-b5a3-95a5b3119720",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests":[{
"resource": "Microsoft Graph",
"scope": "Groups.Read.All"
}]
},
"paths": {
"zippedPackage": "solution/react-news-webpart.sppkg"
}
}