Skip to content

Commit 92c2029

Browse files
Merge pull request #73 from gridaco/organize-externals
re-place coli, design-sdk, reflect-core under `/externals`
2 parents da1ad5e + 97abf43 commit 92c2029

9 files changed

Lines changed: 184 additions & 95 deletions

File tree

.gitmodules

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[submodule "packages/reflect-detection"]
22
path = packages/reflect-detection
33
url = https://github.com/bridgedxyz/reflect-detection
4-
[submodule "packages/coli"]
5-
path = packages/coli
6-
url = https://github.com/bridgedxyz/coli
7-
[submodule "packages/design-sdk"]
8-
path = packages/design-sdk
9-
url = https://github.com/bridgedxyz/design-sdk
10-
[submodule "packages/reflect-core"]
11-
path = packages/reflect-core
12-
url = https://github.com/bridgedxyz/reflect-core-ts
134
[submodule "ui/editor-ui"]
145
path = ui/editor-ui
156
url = https://github.com/bridgedxyz/reflect-editor-ui
167
[submodule "editor-packages/base-sdk"]
178
path = editor-packages/base-sdk
189
url = https://github.com/gridaco/base-sdk
10+
[submodule "externals/coli"]
11+
path = externals/coli
12+
url = https://github.com/bridgedxyz/coli
13+
[submodule "externals/design-sdk"]
14+
path = externals/design-sdk
15+
url = https://github.com/gridaco/design-sdk
16+
[submodule "externals/reflect-core"]
17+
path = externals/reflect-core
18+
url = https://github.com/reflect-ui/reflect-core-ts

externals/coli

Submodule coli added at 83d3cb5

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "designto.codes",
3+
"homepage": "https://designto.codes/",
4+
"repository": "https://github.com/gridaco/designto-code",
5+
"license": "Apache 2.0",
36
"private": true,
47
"scripts": {
58
"checkout:all": "git submodule update --init --recursive",
@@ -11,9 +14,8 @@
1114
"editor-packages/base-sdk/_firstparty/*",
1215
"packages/*",
1316
"ui/*",
14-
"packages/reflect-core/packages/*",
15-
"packages/design-sdk/*",
16-
"packages/coli/packages/*",
17-
"packages/builder-web/*"
17+
"externals/reflect-core/packages/*",
18+
"externals/design-sdk/*",
19+
"externals/coli/packages/*"
1820
]
1921
}

packages/coli

Lines changed: 0 additions & 1 deletion
This file was deleted.

ui/editor-ui

yarn.lock

Lines changed: 166 additions & 79 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)