mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
* Facebook plugin: initial commit * Facebook plugin: TSLint config * Facebook plugin: VSCode config * Facebook plugin: webpart draft * Facebook plugin: webpart settings * Facebook plugin: webpart properties update * Facebook plugin: readme
13 lines
373 B
JSON
13 lines
373 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-facebook-plugin-client-side-solution",
|
|
"id": "a395e8a8-07fd-4a20-bc10-ad1cd91fb5b9",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-facebook-plugin.sppkg"
|
|
}
|
|
}
|