mirror of
https://github.com/revoltchat/revite.git
synced 2025-01-08 05:34:43 -05:00
chore: move packages
This commit is contained in:
parent
1b524becc0
commit
373384712e
6 changed files with 260 additions and 1776 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -1,12 +1,12 @@
|
|||
[submodule "external/lang"]
|
||||
path = external/lang
|
||||
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"]
|
||||
path = packages/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
external/revolt.js
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit ab064f41a4154acee7c1751ea5b59d9ee4345a0b
|
1
packages/revolt.js
Submodule
1
packages/revolt.js
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 39d1f596e280a28278d913e1e60e4d5298d71578
|
2018
pnpm-lock.yaml
2018
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,2 @@
|
|||
packages:
|
||||
- 'packages/**'
|
||||
- 'external/**'
|
||||
- '!external/lang'
|
||||
- "packages/**"
|
||||
|
|
Loading…
Reference in a new issue