Skip to content

Commit

Permalink
Removed README.md files from sub-folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
patelka2211 committed Nov 21, 2023
1 parent e735f78 commit fd3d559
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 80 deletions.
10 changes: 1 addition & 9 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# Exclude all the files and folders.
*

# Only include necessary files and folders.
!/back-end/bin/index.cjs.js
!/front-end/out/
!/LICENSE
!/package.json
!/README.md
create-release.js
1 change: 1 addition & 0 deletions back-end/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!bin/index.cjs.js
29 changes: 0 additions & 29 deletions back-end/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion back-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Kartavya Patel <[email protected]>",
"license": "MIT",
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/cli": "^0.1.72",
"@swc/core": "^1.3.94",
"@types/cors": "^2.8.15",
"@types/detect-port": "^1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion back-end/src/metadata/VERSION.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "0.1.3";
export default "0.1.7";
1 change: 1 addition & 0 deletions front-end/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!out/
38 changes: 0 additions & 38 deletions front-end/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion front-end/src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function page() {
<>
<ReloadMetadata title={metadata.title as string} />
<div className={style["about"]}>
<CommonHeader title="Version 0.1.3" />
<CommonHeader title="Version 0.1.7" />

<img
className={style["kp-img"]}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archgemini",
"version": "0.1.3",
"version": "0.1.7",
"description": "ArchGemini simplifies file sharing over the local network, providing an effortless and secure way to share your files with connected devices.",
"main": "back-end/bin/index.cjs.js",
"type": "commonjs",
Expand Down

0 comments on commit fd3d559

Please sign in to comment.