Skip to content

Commit 850eeac

Browse files
committed
fix: config files paths
1 parent 9c72718 commit 850eeac

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This monorepo, for now contains 3 packages, two of them dedicated to common conf
1616

1717
To know more details about each package, please read the `README.md` file inside of each package folder:
1818

19-
- [**Biome Config** - README](./config/biome-config/README.md)
20-
- [**TypeScript Config** - README](./config/typescript-config/README.md)
19+
- [**Biome Config** - README](./packages/configs/biome-config/README.md)
20+
- [**TypeScript Config** - README](./packages/configs/typescript-config/README.md)
2121
- [**Components** - README](./packages/components/README.md)
2222

2323
## 🔗 More About Me
@@ -41,4 +41,4 @@ To know more details about each package, please read the `README.md` file inside
4141
[typescript-package]: https://github.com/users/tutods/packages/npm/package/typescript-config
4242
[react-package]: https://github.com/users/tutods/packages/npm/package/component
4343
[forks-url]: https://github.com/tutods/lib/network/members
44-
[stars-url]: https://github.com/tutods/lib/stargazers
44+
[stars-url]: https://github.com/tutods/lib/stargazers

packages/configs/biome-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": {
77
"type": "git",
88
"url": "ssh://git@github.com:tutods/lib.git",
9-
"directory": "config/biome-config"
9+
"directory": "packages/configs/biome-config"
1010
},
1111
"homepage": "https://github.com/tutods/lib/blob/main/config/biome-config/README.md",
1212
"keywords": [
@@ -18,8 +18,8 @@
1818
"main": "base.json",
1919
"files": [
2020
"base.json",
21-
"solidjs.json",
22-
"nestjs.json"
21+
"nestjs.json",
22+
"solidjs.json"
2323
],
2424
"devDependencies": {
2525
"@biomejs/biome": "^1.9.4"

packages/configs/typescript-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": {
77
"type": "git",
88
"url": "ssh://git@github.com:tutods/lib.git",
9-
"directory": "config/typescript-config"
9+
"directory": "packages/configs/typescript-config"
1010
},
1111
"homepage": "https://github.com/tutods/lib/blob/main/config/typescript-config/README.md",
1212
"keywords": [

0 commit comments

Comments
 (0)