Skip to content

Commit 468940b

Browse files
committed
fix: renamed CoCreate-components to CoCreate-modules
1 parent 56c2280 commit 468940b

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

CoCreate.config.js

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -64,43 +64,43 @@ module.exports = {
6464
exclude: ["git"]
6565
},
6666
{
67-
path: "../CoCreate-components/CoCreate-acme",
67+
path: "../CoCreate-modules/CoCreate-acme",
6868
repo: "github.com/CoCreate-app/CoCreate-acme.git"
6969
},
7070
{
71-
path: "../CoCreate-components/CoCreate-authenticate",
71+
path: "../CoCreate-modules/CoCreate-authenticate",
7272
repo: "github.com/CoCreate-app/CoCreate-authenticate.git"
7373
},
7474
{
75-
path: "../CoCreate-components/CoCreate-authorize",
75+
path: "../CoCreate-modules/CoCreate-authorize",
7676
repo: "github.com/CoCreate-app/CoCreate-authorize.git"
7777
},
7878
{
79-
path: "../CoCreate-components/CoCreate-cli",
79+
path: "../CoCreate-modules/CoCreate-cli",
8080
repo: "github.com/CoCreate-app/CoCreate-cli.git"
8181
},
8282
{
83-
path: "../CoCreate-components/CoCreate-cron-jobs",
83+
path: "../CoCreate-modules/CoCreate-cron-jobs",
8484
repo: "github.com/CoCreate-app/CoCreate-cron-jobs.git"
8585
},
8686
{
87-
path: "../CoCreate-components/CoCreate-crud-server",
87+
path: "../CoCreate-modules/CoCreate-crud-server",
8888
repo: "github.com/CoCreate-app/CoCreate-crud-server.git"
8989
},
9090
{
91-
path: "../CoCreate-components/CoCreate-file-server",
91+
path: "../CoCreate-modules/CoCreate-file-server",
9292
repo: "github.com/CoCreate-app/CoCreate-file-server.git"
9393
},
9494
{
95-
path: "../CoCreate-components/CoCreate-loadtest",
95+
path: "../CoCreate-modules/CoCreate-loadtest",
9696
repo: "github.com/CoCreate-app/CoCreate-loadtest.git"
9797
},
9898
{
99-
path: "../CoCreate-components/CoCreate-lazy-loader",
99+
path: "../CoCreate-modules/CoCreate-lazy-loader",
100100
repo: "github.com/CoCreate-app/CoCreate-lazy-loader.git"
101101
},
102102
{
103-
path: "../CoCreate-components/CoCreate-metrics",
103+
path: "../CoCreate-modules/CoCreate-metrics",
104104
repo: "github.com/CoCreate-app/CoCreate-metrics.git"
105105
},
106106
{
@@ -112,130 +112,130 @@ module.exports = {
112112
repo: "github.com/CoCreate-app/CoCreate-nginx.git"
113113
},
114114
{
115-
path: "../CoCreate-components/CoCreate-node-autoscaler",
115+
path: "../CoCreate-modules/CoCreate-node-autoscaler",
116116
repo: "github.com/CoCreate-app/CoCreate-node-autoscaler.git"
117117
},
118118
{
119-
path: "../CoCreate-components/CoCreate-notification",
119+
path: "../CoCreate-modules/CoCreate-notification",
120120
repo: "github.com/CoCreate-app/CoCreate-notification.git"
121121
},
122122
{
123-
path: "../CoCreate-components/CoCreate-server",
123+
path: "../CoCreate-modules/CoCreate-server",
124124
repo: "github.com/CoCreate-app/CoCreate-server.git"
125125
},
126126
{
127-
path: "../CoCreate-components/CoCreate-server-side-render",
127+
path: "../CoCreate-modules/CoCreate-server-side-render",
128128
repo: "github.com/CoCreate-app/CoCreate-server-side-render.git"
129129
},
130130
{
131-
path: "../CoCreate-components/CoCreate-socket-server",
131+
path: "../CoCreate-modules/CoCreate-socket-server",
132132
repo: "github.com/CoCreate-app/CoCreate-socket-server.git"
133133
},
134134
{
135-
path: "../CoCreate-components/CoCreate-sitemap",
135+
path: "../CoCreate-modules/CoCreate-sitemap",
136136
repo: "github.com/CoCreate-app/CoCreate-sitemap.git"
137137
},
138138
{
139-
path: "../CoCreate-components/CoCreate-usage",
139+
path: "../CoCreate-modules/CoCreate-usage",
140140
repo: "github.com/CoCreate-app/CoCreate-usage.git"
141141
},
142142
{
143-
path: "../CoCreate-components/CoCreate-actions",
143+
path: "../CoCreate-modules/CoCreate-actions",
144144
repo: "github.com/CoCreate-app/CoCreate-actions.git"
145145
},
146146
{
147-
path: "../CoCreate-components/CoCreate-cli",
147+
path: "../CoCreate-modules/CoCreate-cli",
148148
repo: "github.com/CoCreate-app/CoCreate-cli.git"
149149
},
150150
{
151-
path: "../CoCreate-components/CoCreate-config",
151+
path: "../CoCreate-modules/CoCreate-config",
152152
repo: "github.com/CoCreate-app/CoCreate-config.git"
153153
},
154154
{
155-
path: "../CoCreate-components/CoCreate-crud-client",
155+
path: "../CoCreate-modules/CoCreate-crud-client",
156156
repo: "github.com/CoCreate-app/CoCreate-crud-client.git"
157157
},
158158
{
159-
path: "../CoCreate-components/CoCreate-docs",
159+
path: "../CoCreate-modules/CoCreate-docs",
160160
repo: "github.com/CoCreate-app/CoCreate-docs.git"
161161
},
162162

163163
{
164-
path: "../CoCreate-components/CoCreate-elements",
164+
path: "../CoCreate-modules/CoCreate-elements",
165165
repo: "github.com/CoCreate-app/CoCreate-elements.git"
166166
},
167167
{
168-
path: "../CoCreate-components/CoCreate-industry",
168+
path: "../CoCreate-modules/CoCreate-industry",
169169
repo: "github.com/CoCreate-app/CoCreate-industry.git"
170170
},
171171
{
172-
path: "../CoCreate-components/CoCreate-observer",
172+
path: "../CoCreate-modules/CoCreate-observer",
173173
repo: "github.com/CoCreate-app/CoCreate-observer.git"
174174
},
175175
{
176176
path: "../CoCreate-plugins/CoCreate-openai",
177177
repo: "github.com/CoCreate-app/CoCreate-openai.git"
178178
},
179179
{
180-
path: "../CoCreate-components/CoCreate-organizations",
180+
path: "../CoCreate-modules/CoCreate-organizations",
181181
repo: "github.com/CoCreate-app/CoCreate-organizations.git"
182182
},
183183
{
184-
path: "../CoCreate-components/CoCreate-render",
184+
path: "../CoCreate-modules/CoCreate-render",
185185
repo: "github.com/CoCreate-app/CoCreate-render.git"
186186
},
187187
{
188-
path: "../CoCreate-components/CoCreate-sitemap",
188+
path: "../CoCreate-modules/CoCreate-sitemap",
189189
repo: "github.com/CoCreate-app/CoCreate-sitemap.git"
190190
},
191191
{
192-
path: "../CoCreate-components/CoCreate-socket-client",
192+
path: "../CoCreate-modules/CoCreate-socket-client",
193193
repo: "github.com/CoCreate-app/CoCreate-socket-client.git"
194194
},
195195
{
196196
path: "../CoCreate-plugins/CoCreate-stripe",
197197
repo: "github.com/CoCreate-app/CoCreate-stripe.git"
198198
},
199199
{
200-
path: "../CoCreate-components/CoCreate-unique",
200+
path: "../CoCreate-modules/CoCreate-unique",
201201
repo: "github.com/CoCreate-app/CoCreate-unique.git"
202202
},
203203
{
204-
path: "../CoCreate-components/CoCreate-url-uploader",
204+
path: "../CoCreate-modules/CoCreate-url-uploader",
205205
repo: "github.com/CoCreate-app/CoCreate-url-uploader.git"
206206
},
207207
{
208-
path: "../CoCreate-components/CoCreate-users",
208+
path: "../CoCreate-modules/CoCreate-users",
209209
repo: "github.com/CoCreate-app/CoCreate-users.git"
210210
},
211211
{
212-
path: "../CoCreate-components/CoCreate-utils",
212+
path: "../CoCreate-modules/CoCreate-utils",
213213
repo: "github.com/CoCreate-app/CoCreate-utils.git"
214214
},
215215
{
216-
path: "../CoCreate-components/CoCreate-uuid",
216+
path: "../CoCreate-modules/CoCreate-uuid",
217217
repo: "github.com/CoCreate-app/CoCreate-uuid.git"
218218
}
219219

220220
// Maybe depreciated
221221
// {
222-
// 'path': '../CoCreate-components/CoCreate-keepalived',
222+
// 'path': '../CoCreate-modules/CoCreate-keepalived',
223223
// 'repo': 'github.com/CoCreate-app/CoCreate-keepalived.git'
224224
// },
225225
// {
226-
// 'path': '../CoCreate-components/CoCreate-mongodb-deployment',
226+
// 'path': '../CoCreate-modules/CoCreate-mongodb-deployment',
227227
// 'repo': 'github.com/CoCreate-app/CoCreate-mongodb-deployment.git'
228228
// },
229229
// {
230-
// 'path': '../CoCreate-components/CoCreate-openebs',
230+
// 'path': '../CoCreate-modules/CoCreate-openebs',
231231
// 'repo': 'github.com/CoCreate-app/CoCreate-openebs.git'
232232
// },
233233
// {
234-
// 'path': '../CoCreate-components/CoCreate-ide',
234+
// 'path': '../CoCreate-modules/CoCreate-ide',
235235
// 'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
236236
// },
237237
// {
238-
// 'path': '../CoCreate-components/CoCreateEmail',
238+
// 'path': '../CoCreate-modules/CoCreateEmail',
239239
// 'repo': 'github.com/CoCreate-app/CoCreateEmail.git'
240240
// },
241241
]

0 commit comments

Comments
 (0)