Federico 2d9b61fc4d SPFX Tour sample WebPart - react-tour-pnpjs (#1082)
* Initial commit

* first commit

* first release

* rework

* load fix and styling

* fix webpart select

* css ReactTourJS fix

* css fix

* added assets

* Update README.md

* fix webPartData undefined on Text Webpart
2019-12-09 11:06:36 +02:00

14 lines
394 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-tour-pnpjs-client-side-solution",
"id": "9060fda4-14af-4588-aa3a-b746b46420d8",
"version": "1.0.1.9",
"includeClientSideAssets": true,
"isDomainIsolated": false
},
"paths": {
"zippedPackage": "solution/react-tour-pnpjs.sppkg"
}
}