Delete package-solution.json

This commit is contained in:
Harsha Vardhini 2020-05-18 13:39:02 +05:30 committed by GitHub
parent 713915d0a3
commit eddbcda922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 24 deletions

View File

@ -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"
}
}