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

21 lines
633 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-router-dom-client-side-solution",
"id": "8aae1dc4-d74b-4ec4-ae2f-ebfd1e9ee7d0",
"version": "1.0.0.0",
"includeClientSideAssets": true,
2021-10-03 00:24:36 -04:00
"skipFeatureDeployment": true,
"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/react-router-dom.sppkg"
}
}