Skip to content

Commit

Permalink
fix: move common files from init directories to parent directory
Browse files Browse the repository at this point in the history
- i.e. README.md, package.json and App.module.css files to reduce duplication
  • Loading branch information
d-rita committed Aug 22, 2024
1 parent f68468d commit 53b048e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 77 deletions.
9 changes: 9 additions & 0 deletions cli/config/App.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 1rem;
}
File renamed without changes.
9 changes: 0 additions & 9 deletions cli/config/init-typescript/App.module.css

This file was deleted.

7 changes: 0 additions & 7 deletions cli/config/init-typescript/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions cli/config/init/App.module.css

This file was deleted.

45 changes: 0 additions & 45 deletions cli/config/init/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions cli/config/init/package.json

This file was deleted.

7 changes: 7 additions & 0 deletions cli/config/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "",
"version": "1.0.0",
"description": "",
"license": "BSD-3-Clause",
"private": true
}

0 comments on commit 53b048e

Please sign in to comment.