From a5024cfdc88c5aa3f927aaefbfd5a1cd48311253 Mon Sep 17 00:00:00 2001 From: Vesa Juvonen Date: Tue, 10 Sep 2019 14:29:51 +0300 Subject: [PATCH] Fixing folder name --- .../.editorconfig | 0 .../{react-spfx-webcam => react-webcam}/.gitignore | 0 .../{react-spfx-webcam => react-webcam}/.yo-rc.json | 0 .../{react-spfx-webcam => react-webcam}/README.md | 0 .../config/config.json | 0 .../config/copy-assets.json | 0 .../config/deploy-azure-storage.json | 0 .../config/package-solution.json | 0 .../config/serve.json | 0 .../config/write-manifests.json | 0 .../{react-spfx-webcam => react-webcam}/gulpfile.js | 0 .../package-lock.json | 0 .../package.json | 0 .../screens/3.png | Bin .../screens/4.png | Bin .../screens/5.png | Bin .../src/index.ts | 0 .../spFxWebCam/SpFxWebCamWebPart.manifest.json | 0 .../src/webparts/spFxWebCam/SpFxWebCamWebPart.ts | 0 .../spFxWebCam/components/ISpFxWebCamProps.ts | 0 .../spFxWebCam/components/SpFxWebCam.module.scss | 0 .../webparts/spFxWebCam/components/SpFxWebCam.tsx | 0 .../src/webparts/spFxWebCam/loc/en-us.js | 0 .../src/webparts/spFxWebCam/loc/mystrings.d.ts | 0 .../0c2e8714-8a46-464f-8211-dc47216ae32d_color.png | Bin ...0c2e8714-8a46-464f-8211-dc47216ae32d_outline.png | Bin .../32847ff6-bb4c-4770-85b8-a2e1328f6e94_color.png | Bin ...32847ff6-bb4c-4770-85b8-a2e1328f6e94_outline.png | Bin .../tsconfig.json | 0 .../{react-spfx-webcam => react-webcam}/tslint.json | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename samples/{react-spfx-webcam => react-webcam}/.editorconfig (100%) rename samples/{react-spfx-webcam => react-webcam}/.gitignore (100%) rename samples/{react-spfx-webcam => react-webcam}/.yo-rc.json (100%) rename samples/{react-spfx-webcam => react-webcam}/README.md (100%) rename samples/{react-spfx-webcam => react-webcam}/config/config.json (100%) rename samples/{react-spfx-webcam => react-webcam}/config/copy-assets.json (100%) rename samples/{react-spfx-webcam => react-webcam}/config/deploy-azure-storage.json (100%) rename samples/{react-spfx-webcam => react-webcam}/config/package-solution.json (100%) rename samples/{react-spfx-webcam => react-webcam}/config/serve.json (100%) rename samples/{react-spfx-webcam => react-webcam}/config/write-manifests.json (100%) rename samples/{react-spfx-webcam => react-webcam}/gulpfile.js (100%) rename samples/{react-spfx-webcam => react-webcam}/package-lock.json (100%) rename samples/{react-spfx-webcam => react-webcam}/package.json (100%) rename samples/{react-spfx-webcam => react-webcam}/screens/3.png (100%) rename samples/{react-spfx-webcam => react-webcam}/screens/4.png (100%) rename samples/{react-spfx-webcam => react-webcam}/screens/5.png (100%) rename samples/{react-spfx-webcam => react-webcam}/src/index.ts (100%) rename samples/{react-spfx-webcam => react-webcam}/src/webparts/spFxWebCam/SpFxWebCamWebPart.manifest.json (100%) rename samples/{react-spfx-webcam => react-webcam}/src/webparts/spFxWebCam/SpFxWebCamWebPart.ts (100%) rename samples/{react-spfx-webcam => react-webcam}/src/webparts/spFxWebCam/components/ISpFxWebCamProps.ts (100%) rename samples/{react-spfx-webcam => react-webcam}/src/webparts/spFxWebCam/components/SpFxWebCam.module.scss (100%) rename samples/{react-spfx-webcam => react-webcam}/src/webparts/spFxWebCam/components/SpFxWebCam.tsx (100%) rename samples/{react-spfx-webcam => react-webcam}/src/webparts/spFxWebCam/loc/en-us.js (100%) rename samples/{react-spfx-webcam => react-webcam}/src/webparts/spFxWebCam/loc/mystrings.d.ts (100%) rename samples/{react-spfx-webcam => react-webcam}/teams/0c2e8714-8a46-464f-8211-dc47216ae32d_color.png (100%) rename samples/{react-spfx-webcam => react-webcam}/teams/0c2e8714-8a46-464f-8211-dc47216ae32d_outline.png (100%) rename samples/{react-spfx-webcam => react-webcam}/teams/32847ff6-bb4c-4770-85b8-a2e1328f6e94_color.png (100%) rename samples/{react-spfx-webcam => react-webcam}/teams/32847ff6-bb4c-4770-85b8-a2e1328f6e94_outline.png (100%) rename samples/{react-spfx-webcam => react-webcam}/tsconfig.json (100%) rename samples/{react-spfx-webcam => react-webcam}/tslint.json (100%) diff --git a/samples/react-spfx-webcam/.editorconfig b/samples/react-webcam/.editorconfig similarity index 100% rename from samples/react-spfx-webcam/.editorconfig rename to samples/react-webcam/.editorconfig diff --git a/samples/react-spfx-webcam/.gitignore b/samples/react-webcam/.gitignore similarity index 100% rename from samples/react-spfx-webcam/.gitignore rename to samples/react-webcam/.gitignore diff --git a/samples/react-spfx-webcam/.yo-rc.json b/samples/react-webcam/.yo-rc.json similarity index 100% rename from samples/react-spfx-webcam/.yo-rc.json rename to samples/react-webcam/.yo-rc.json diff --git a/samples/react-spfx-webcam/README.md b/samples/react-webcam/README.md similarity index 100% rename from samples/react-spfx-webcam/README.md rename to samples/react-webcam/README.md diff --git a/samples/react-spfx-webcam/config/config.json b/samples/react-webcam/config/config.json similarity index 100% rename from samples/react-spfx-webcam/config/config.json rename to samples/react-webcam/config/config.json diff --git a/samples/react-spfx-webcam/config/copy-assets.json b/samples/react-webcam/config/copy-assets.json similarity index 100% rename from samples/react-spfx-webcam/config/copy-assets.json rename to samples/react-webcam/config/copy-assets.json diff --git a/samples/react-spfx-webcam/config/deploy-azure-storage.json b/samples/react-webcam/config/deploy-azure-storage.json similarity index 100% rename from samples/react-spfx-webcam/config/deploy-azure-storage.json rename to samples/react-webcam/config/deploy-azure-storage.json diff --git a/samples/react-spfx-webcam/config/package-solution.json b/samples/react-webcam/config/package-solution.json similarity index 100% rename from samples/react-spfx-webcam/config/package-solution.json rename to samples/react-webcam/config/package-solution.json diff --git a/samples/react-spfx-webcam/config/serve.json b/samples/react-webcam/config/serve.json similarity index 100% rename from samples/react-spfx-webcam/config/serve.json rename to samples/react-webcam/config/serve.json diff --git a/samples/react-spfx-webcam/config/write-manifests.json b/samples/react-webcam/config/write-manifests.json similarity index 100% rename from samples/react-spfx-webcam/config/write-manifests.json rename to samples/react-webcam/config/write-manifests.json diff --git a/samples/react-spfx-webcam/gulpfile.js b/samples/react-webcam/gulpfile.js similarity index 100% rename from samples/react-spfx-webcam/gulpfile.js rename to samples/react-webcam/gulpfile.js diff --git a/samples/react-spfx-webcam/package-lock.json b/samples/react-webcam/package-lock.json similarity index 100% rename from samples/react-spfx-webcam/package-lock.json rename to samples/react-webcam/package-lock.json diff --git a/samples/react-spfx-webcam/package.json b/samples/react-webcam/package.json similarity index 100% rename from samples/react-spfx-webcam/package.json rename to samples/react-webcam/package.json diff --git a/samples/react-spfx-webcam/screens/3.png b/samples/react-webcam/screens/3.png similarity index 100% rename from samples/react-spfx-webcam/screens/3.png rename to samples/react-webcam/screens/3.png diff --git a/samples/react-spfx-webcam/screens/4.png b/samples/react-webcam/screens/4.png similarity index 100% rename from samples/react-spfx-webcam/screens/4.png rename to samples/react-webcam/screens/4.png diff --git a/samples/react-spfx-webcam/screens/5.png b/samples/react-webcam/screens/5.png similarity index 100% rename from samples/react-spfx-webcam/screens/5.png rename to samples/react-webcam/screens/5.png diff --git a/samples/react-spfx-webcam/src/index.ts b/samples/react-webcam/src/index.ts similarity index 100% rename from samples/react-spfx-webcam/src/index.ts rename to samples/react-webcam/src/index.ts diff --git a/samples/react-spfx-webcam/src/webparts/spFxWebCam/SpFxWebCamWebPart.manifest.json b/samples/react-webcam/src/webparts/spFxWebCam/SpFxWebCamWebPart.manifest.json similarity index 100% rename from samples/react-spfx-webcam/src/webparts/spFxWebCam/SpFxWebCamWebPart.manifest.json rename to samples/react-webcam/src/webparts/spFxWebCam/SpFxWebCamWebPart.manifest.json diff --git a/samples/react-spfx-webcam/src/webparts/spFxWebCam/SpFxWebCamWebPart.ts b/samples/react-webcam/src/webparts/spFxWebCam/SpFxWebCamWebPart.ts similarity index 100% rename from samples/react-spfx-webcam/src/webparts/spFxWebCam/SpFxWebCamWebPart.ts rename to samples/react-webcam/src/webparts/spFxWebCam/SpFxWebCamWebPart.ts diff --git a/samples/react-spfx-webcam/src/webparts/spFxWebCam/components/ISpFxWebCamProps.ts b/samples/react-webcam/src/webparts/spFxWebCam/components/ISpFxWebCamProps.ts similarity index 100% rename from samples/react-spfx-webcam/src/webparts/spFxWebCam/components/ISpFxWebCamProps.ts rename to samples/react-webcam/src/webparts/spFxWebCam/components/ISpFxWebCamProps.ts diff --git a/samples/react-spfx-webcam/src/webparts/spFxWebCam/components/SpFxWebCam.module.scss b/samples/react-webcam/src/webparts/spFxWebCam/components/SpFxWebCam.module.scss similarity index 100% rename from samples/react-spfx-webcam/src/webparts/spFxWebCam/components/SpFxWebCam.module.scss rename to samples/react-webcam/src/webparts/spFxWebCam/components/SpFxWebCam.module.scss diff --git a/samples/react-spfx-webcam/src/webparts/spFxWebCam/components/SpFxWebCam.tsx b/samples/react-webcam/src/webparts/spFxWebCam/components/SpFxWebCam.tsx similarity index 100% rename from samples/react-spfx-webcam/src/webparts/spFxWebCam/components/SpFxWebCam.tsx rename to samples/react-webcam/src/webparts/spFxWebCam/components/SpFxWebCam.tsx diff --git a/samples/react-spfx-webcam/src/webparts/spFxWebCam/loc/en-us.js b/samples/react-webcam/src/webparts/spFxWebCam/loc/en-us.js similarity index 100% rename from samples/react-spfx-webcam/src/webparts/spFxWebCam/loc/en-us.js rename to samples/react-webcam/src/webparts/spFxWebCam/loc/en-us.js diff --git a/samples/react-spfx-webcam/src/webparts/spFxWebCam/loc/mystrings.d.ts b/samples/react-webcam/src/webparts/spFxWebCam/loc/mystrings.d.ts similarity index 100% rename from samples/react-spfx-webcam/src/webparts/spFxWebCam/loc/mystrings.d.ts rename to samples/react-webcam/src/webparts/spFxWebCam/loc/mystrings.d.ts diff --git a/samples/react-spfx-webcam/teams/0c2e8714-8a46-464f-8211-dc47216ae32d_color.png b/samples/react-webcam/teams/0c2e8714-8a46-464f-8211-dc47216ae32d_color.png similarity index 100% rename from samples/react-spfx-webcam/teams/0c2e8714-8a46-464f-8211-dc47216ae32d_color.png rename to samples/react-webcam/teams/0c2e8714-8a46-464f-8211-dc47216ae32d_color.png diff --git a/samples/react-spfx-webcam/teams/0c2e8714-8a46-464f-8211-dc47216ae32d_outline.png b/samples/react-webcam/teams/0c2e8714-8a46-464f-8211-dc47216ae32d_outline.png similarity index 100% rename from samples/react-spfx-webcam/teams/0c2e8714-8a46-464f-8211-dc47216ae32d_outline.png rename to samples/react-webcam/teams/0c2e8714-8a46-464f-8211-dc47216ae32d_outline.png diff --git a/samples/react-spfx-webcam/teams/32847ff6-bb4c-4770-85b8-a2e1328f6e94_color.png b/samples/react-webcam/teams/32847ff6-bb4c-4770-85b8-a2e1328f6e94_color.png similarity index 100% rename from samples/react-spfx-webcam/teams/32847ff6-bb4c-4770-85b8-a2e1328f6e94_color.png rename to samples/react-webcam/teams/32847ff6-bb4c-4770-85b8-a2e1328f6e94_color.png diff --git a/samples/react-spfx-webcam/teams/32847ff6-bb4c-4770-85b8-a2e1328f6e94_outline.png b/samples/react-webcam/teams/32847ff6-bb4c-4770-85b8-a2e1328f6e94_outline.png similarity index 100% rename from samples/react-spfx-webcam/teams/32847ff6-bb4c-4770-85b8-a2e1328f6e94_outline.png rename to samples/react-webcam/teams/32847ff6-bb4c-4770-85b8-a2e1328f6e94_outline.png diff --git a/samples/react-spfx-webcam/tsconfig.json b/samples/react-webcam/tsconfig.json similarity index 100% rename from samples/react-spfx-webcam/tsconfig.json rename to samples/react-webcam/tsconfig.json diff --git a/samples/react-spfx-webcam/tslint.json b/samples/react-webcam/tslint.json similarity index 100% rename from samples/react-spfx-webcam/tslint.json rename to samples/react-webcam/tslint.json