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

21 lines
535 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-quotes-client-side-solution",
"id": "aa9211b8-e9b8-44bf-a804-af2db58bc03e",
"version": "1.1.0.0",
"includeClientSideAssets": true,
"isDomainIsolated": false,
"developer": {
"name": "Zach Roberts",
"privacyUrl": "",
"termsOfUseUrl": "",
"websiteUrl": "",
"mpnId": ""
}
},
"paths": {
"zippedPackage": "solution/react-quotes.sppkg"
}
}