From c77de5d3459f7702e854e561d15a3c62379855ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Fri, 16 Jun 2023 22:34:12 +0200 Subject: [PATCH] chore(socket.io): rename to `socket-io` --- {socket.io => socket-io}/.eslintrc.js | 0 {socket.io => socket-io}/.gitignore | 0 {socket.io => socket-io}/README.md | 0 {socket.io => socket-io}/app/context.tsx | 0 {socket.io => socket-io}/app/root.tsx | 0 {socket.io => socket-io}/app/routes/index.tsx | 0 {socket.io => socket-io}/package.json | 0 {socket.io => socket-io}/public/favicon.ico | Bin {socket.io => socket-io}/remix.config.js | 0 {socket.io => socket-io}/remix.env.d.ts | 0 {socket.io => socket-io}/sandbox.config.json | 0 {socket.io => socket-io}/server/index.js | 0 {socket.io => socket-io}/tsconfig.json | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {socket.io => socket-io}/.eslintrc.js (100%) rename {socket.io => socket-io}/.gitignore (100%) rename {socket.io => socket-io}/README.md (100%) rename {socket.io => socket-io}/app/context.tsx (100%) rename {socket.io => socket-io}/app/root.tsx (100%) rename {socket.io => socket-io}/app/routes/index.tsx (100%) rename {socket.io => socket-io}/package.json (100%) rename {socket.io => socket-io}/public/favicon.ico (100%) rename {socket.io => socket-io}/remix.config.js (100%) rename {socket.io => socket-io}/remix.env.d.ts (100%) rename {socket.io => socket-io}/sandbox.config.json (100%) rename {socket.io => socket-io}/server/index.js (100%) rename {socket.io => socket-io}/tsconfig.json (100%) diff --git a/socket.io/.eslintrc.js b/socket-io/.eslintrc.js similarity index 100% rename from socket.io/.eslintrc.js rename to socket-io/.eslintrc.js diff --git a/socket.io/.gitignore b/socket-io/.gitignore similarity index 100% rename from socket.io/.gitignore rename to socket-io/.gitignore diff --git a/socket.io/README.md b/socket-io/README.md similarity index 100% rename from socket.io/README.md rename to socket-io/README.md diff --git a/socket.io/app/context.tsx b/socket-io/app/context.tsx similarity index 100% rename from socket.io/app/context.tsx rename to socket-io/app/context.tsx diff --git a/socket.io/app/root.tsx b/socket-io/app/root.tsx similarity index 100% rename from socket.io/app/root.tsx rename to socket-io/app/root.tsx diff --git a/socket.io/app/routes/index.tsx b/socket-io/app/routes/index.tsx similarity index 100% rename from socket.io/app/routes/index.tsx rename to socket-io/app/routes/index.tsx diff --git a/socket.io/package.json b/socket-io/package.json similarity index 100% rename from socket.io/package.json rename to socket-io/package.json diff --git a/socket.io/public/favicon.ico b/socket-io/public/favicon.ico similarity index 100% rename from socket.io/public/favicon.ico rename to socket-io/public/favicon.ico diff --git a/socket.io/remix.config.js b/socket-io/remix.config.js similarity index 100% rename from socket.io/remix.config.js rename to socket-io/remix.config.js diff --git a/socket.io/remix.env.d.ts b/socket-io/remix.env.d.ts similarity index 100% rename from socket.io/remix.env.d.ts rename to socket-io/remix.env.d.ts diff --git a/socket.io/sandbox.config.json b/socket-io/sandbox.config.json similarity index 100% rename from socket.io/sandbox.config.json rename to socket-io/sandbox.config.json diff --git a/socket.io/server/index.js b/socket-io/server/index.js similarity index 100% rename from socket.io/server/index.js rename to socket-io/server/index.js diff --git a/socket.io/tsconfig.json b/socket-io/tsconfig.json similarity index 100% rename from socket.io/tsconfig.json rename to socket-io/tsconfig.json