File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 },
6161 "dependencies" : {
6262 "@cocreate/actions" : " ^1.8.31" ,
63- "@cocreate/cli " : " ^1.34.0 " ,
63+ "@cocreate/config " : " ^1.0.1 " ,
6464 "@cocreate/render" : " ^1.24.31" ,
6565 "@cocreate/utils" : " ^1.21.15"
6666 }
Original file line number Diff line number Diff line change 11const crud = require ( '@cocreate/crud-client' )
2- const cli = require ( '@cocreate/cli ' )
2+ const Config = require ( '@cocreate/config ' )
33const fs = require ( 'fs' ) ;
44const path = require ( 'path' ) ;
55const mimeTypes = {
@@ -88,7 +88,7 @@ module.exports = async function file(CoCreateConfig) {
8888 }
8989
9090 let { directories, sources } = CoCreateConfig ;
91- let config = await cli . config ( [
91+ let config = await Config ( [
9292 {
9393 key : 'organization_id' ,
9494 prompt : 'Enter your organization_id: '
You can’t perform that action at this time.
0 commit comments