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

20 lines
603 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-chartcontrol-client-side-solution",
"id": "fb9665fb-4455-4b7f-99ab-2195920871fd",
2021-02-25 02:03:13 -05:00
"version": "1.4.0.0",
2020-12-04 09:47:35 -05:00
"includeClientSideAssets": true,
"developer": {
"name": "Contoso",
"privacyUrl": "https://contoso.com/privacy",
"termsOfUseUrl": "https://contoso.com/terms-of-use",
"websiteUrl": "https://contoso.com/my-app",
"mpnId": "m365pnp"
2020-12-04 09:47:35 -05:00
}
},
"paths": {
"zippedPackage": "solution/react-chartcontrol.sppkg"
}
}