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

21 lines
636 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-pnpjsexplorer-client-side-solution",
"id": "a41b7fa8-313e-40d1-ae85-1d85baddecf5",
2020-10-30 22:46:11 -04:00
"version": "2.1.1.0",
"includeClientSideAssets": true,
2020-10-05 05:54:52 -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": "m365pnp"
2020-10-05 05:54:52 -04:00
}
},
"paths": {
"zippedPackage": "solution/react-pnpjsexplorer.sppkg"
}
}