diff --git a/cert-tools/Cargo.toml b/cert_tools/Cargo.toml similarity index 100% rename from cert-tools/Cargo.toml rename to cert_tools/Cargo.toml diff --git a/cert-tools/src/main.rs b/cert_tools/src/main.rs similarity index 100% rename from cert-tools/src/main.rs rename to cert_tools/src/main.rs diff --git a/license-ui/.eslintrc.cjs b/license_ui/.eslintrc.cjs similarity index 100% rename from license-ui/.eslintrc.cjs rename to license_ui/.eslintrc.cjs diff --git a/license-ui/.gitignore b/license_ui/.gitignore similarity index 100% rename from license-ui/.gitignore rename to license_ui/.gitignore diff --git a/license-ui/README.md b/license_ui/README.md similarity index 100% rename from license-ui/README.md rename to license_ui/README.md diff --git a/license-ui/bun.lockb b/license_ui/bun.lockb similarity index 100% rename from license-ui/bun.lockb rename to license_ui/bun.lockb diff --git a/license-ui/index.html b/license_ui/index.html similarity index 100% rename from license-ui/index.html rename to license_ui/index.html diff --git a/license-ui/package.json b/license_ui/package.json similarity index 96% rename from license-ui/package.json rename to license_ui/package.json index 4ad608e..0b158fe 100644 --- a/license-ui/package.json +++ b/license_ui/package.json @@ -1,5 +1,5 @@ { - "name": "license-ui", + "name": "license_ui", "private": true, "version": "0.0.0", "type": "module", @@ -25,4 +25,4 @@ "typescript": "^5.2.2", "vite": "^5.2.0" } -} +} \ No newline at end of file diff --git a/license-ui/public/vite.svg b/license_ui/public/vite.svg similarity index 100% rename from license-ui/public/vite.svg rename to license_ui/public/vite.svg diff --git a/license-ui/src/App.css b/license_ui/src/App.css similarity index 100% rename from license-ui/src/App.css rename to license_ui/src/App.css diff --git a/license-ui/src/App.tsx b/license_ui/src/App.tsx similarity index 100% rename from license-ui/src/App.tsx rename to license_ui/src/App.tsx diff --git a/license-ui/src/assets/react.svg b/license_ui/src/assets/react.svg similarity index 100% rename from license-ui/src/assets/react.svg rename to license_ui/src/assets/react.svg diff --git a/license-ui/src/index.css b/license_ui/src/index.css similarity index 100% rename from license-ui/src/index.css rename to license_ui/src/index.css diff --git a/license-ui/src/main.tsx b/license_ui/src/main.tsx similarity index 100% rename from license-ui/src/main.tsx rename to license_ui/src/main.tsx diff --git a/license-ui/src/vite-env.d.ts b/license_ui/src/vite-env.d.ts similarity index 100% rename from license-ui/src/vite-env.d.ts rename to license_ui/src/vite-env.d.ts diff --git a/license-ui/tsconfig.json b/license_ui/tsconfig.json similarity index 100% rename from license-ui/tsconfig.json rename to license_ui/tsconfig.json diff --git a/license-ui/tsconfig.node.json b/license_ui/tsconfig.node.json similarity index 100% rename from license-ui/tsconfig.node.json rename to license_ui/tsconfig.node.json diff --git a/license-ui/vite.config.ts b/license_ui/vite.config.ts similarity index 100% rename from license-ui/vite.config.ts rename to license_ui/vite.config.ts