Delete package-solution.json
This commit is contained in:
parent
713915d0a3
commit
eddbcda922
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
||||||
"solution": {
|
|
||||||
"name": "save-email-to-sharepoint-client-side-solution",
|
|
||||||
"id": "a1464bb8-773a-438c-a425-b5fc2a5a86a4",
|
|
||||||
"version": "1.0.0.0",
|
|
||||||
"includeClientSideAssets": true,
|
|
||||||
"skipFeatureDeployment": true,
|
|
||||||
"isDomainIsolated": false,
|
|
||||||
"webApiPermissionRequests": [
|
|
||||||
{
|
|
||||||
"resource": "Microsoft Graph",
|
|
||||||
"scope": "Mail.ReadBasic"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"resource": "Microsoft Graph",
|
|
||||||
"scope": "Mail.Read"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"paths": {
|
|
||||||
"zippedPackage": "solution/save-email-to-sharepoint.sppkg"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue