Ramin Ahmadi a342425d05 Add react-file-upload sample (#415)
* Adds SPFx react slide swiper sample (#412)

* Add files via upload

Add initial files to the repository

* Add package-lock.json to react-file-upload

it will fix the this error when you run Gulp serve:
SPFileUpload-master/node_modules/react-dropzone-component/typescript/types"' has no default export.
2018-02-26 14:00:21 +01:00

14 lines
381 B
JSON

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "SPFileUpload-client-side-solution",
"id": "297016d1-8144-431f-87e5-fe5272d0a226",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true
},
"paths": {
"zippedPackage": "solution/SPFileUpload.sppkg"
}
}