chore: move packages

This commit is contained in:
Paul Makles 2022-09-19 14:13:33 +01:00
parent 1b524becc0
commit 373384712e
6 changed files with 260 additions and 1776 deletions

12
.gitmodules vendored
View file

@ -1,12 +1,12 @@
[submodule "external/lang"] [submodule "external/lang"]
path = external/lang path = external/lang
url = https://github.com/revoltchat/translations url = https://github.com/revoltchat/translations
[submodule "external/components"]
path = external/components
url = https://github.com/revoltchat/components
[submodule "external/revolt.js"]
path = external/revolt.js
url = https://github.com/revoltchat/revolt.js
[submodule "packages/hast-util-table-cell-style"] [submodule "packages/hast-util-table-cell-style"]
path = packages/hast-util-table-cell-style path = packages/hast-util-table-cell-style
url = https://github.com/revoltchat/hast-util-table-cell-style url = https://github.com/revoltchat/hast-util-table-cell-style
[submodule "packages/revolt.js"]
path = packages/revolt.js
url = https://github.com/revoltchat/revolt.js
[submodule "packages/components"]
path = packages/components
url = https://github.com/revoltchat/components

1
external/revolt.js vendored

@ -1 +0,0 @@
Subproject commit ab064f41a4154acee7c1751ea5b59d9ee4345a0b

1
packages/revolt.js Submodule

@ -0,0 +1 @@
Subproject commit 39d1f596e280a28278d913e1e60e4d5298d71578

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,2 @@
packages: packages:
- 'packages/**' - "packages/**"
- 'external/**'
- '!external/lang'