sp-dev-fx-webparts/samples/angular-greeting/config/package-solution.json

22 lines
669 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "greetings-angular-js-client-side-solution",
"id": "d7464213-bad8-452f-941b-34ca45e2ac74",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
2021-07-03 03:34:01 -04:00
"isDomainIsolated": false,
"developer": {
"name": "Contoso",
"privacyUrl": "https://contoso.com/privacy",
"termsOfUseUrl": "https://contoso.com/terms-of-use",
"websiteUrl": "https://contoso.com/my-app",
"mpnId": "000000"
}
},
"paths": {
"zippedPackage": "solution/greetings-angular-js.sppkg"
}
}