Sabit Igde a092d64549 spfx base updated to 1.6.0 (#674)
updated spfx version using office365 CLI spfx upgrade commands 1.4.1 -> 1.5.0 -> 1.5.1-> 1.6.0
2018-11-12 10:48:51 +02:00

19 lines
508 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-form-webpart-client-side-solution",
"id": "373a20ef-dfc6-456a-95ec-171de3c94581",
"version": "1.0.0.0",
"title": "List form",
"supportedLocales": [
"en-US",
"fr-FR"
],
"skipFeatureDeployment": true,
"includeClientSideAssets": true
},
"paths": {
"zippedPackage": "solution/react-form-webpart.sppkg"
}
}