Skip to content

Commit

Permalink
refa: rename package folders
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 12, 2024
1 parent e6dc7e3 commit 1af22fe
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "@root/http",
"name": "@root/undios",
"private": true,
"type": "module",
"version": "1.0.0",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions tsconfig.json
Expand Up @@ -3,9 +3,8 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@cordisjs/plugin-http-*": ["packages/*/src"],
"@cordisjs/plugin-*": ["packages/*/src"],
"@cordisjs/*": ["packages/*/src"],
"undios": ["packages/core/src"],
"undios-*": ["packages/*/src"],
},
},
"files": [],
Expand Down

0 comments on commit 1af22fe

Please sign in to comment.