mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
* sample v0.1 added * Readme file content and demo image * Adding view tracking image to readme Co-authored-by: Vesa Juvonen <VesaJuvonen@users.noreply.github.com>
14 lines
416 B
JSON
14 lines
416 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-members-with-presence-client-side-solution",
|
|
"id": "783b6d77-2560-4531-b37c-9a5162196d92",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-members-with-presence.sppkg"
|
|
}
|
|
}
|