Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit 8d138c2

Browse files
Update pageIndex
1 parent 6b7dcba commit 8d138c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+173
-124
lines changed

packages/ar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"@sirherobrine23/extends": "3.6.10"
3434
},
3535
"workspaces": [
36-
"../*"
36+
"../extends"
3737
]
3838
}

packages/core/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"@sirherobrine23/http": "3.6.10"
3131
},
3232
"workspaces": [
33-
"../*"
33+
"../ar",
34+
"../cloud",
35+
"../dpkg",
36+
"../docker",
37+
"../extends",
38+
"../http"
3439
]
3540
}

packages/docker/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"@types/tar-stream": "^2.2.2"
3434
},
3535
"workspaces": [
36-
"../*"
36+
"../descompress",
37+
"../http"
3738
]
3839
}

packages/dpkg/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"@types/tar-stream": "^2.2.2"
4242
},
4343
"workspaces": [
44-
"../*"
44+
"../ar",
45+
"../decompress",
46+
"../extends",
47+
"../http"
4548
]
4649
}

packages/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"@types/tar-stream": "^2.2.2"
3838
},
3939
"workspaces": [
40-
"../*"
40+
"../extends"
4141
]
4242
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"*": {
3+
"type": "png",
4+
"file": "icons/arquivo-windows-11/icons8-arquivo-32.png"
5+
}
6+
}
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)