File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,10 @@ module.exports = {
289289 "stripe" : {
290290 "import" : "@cocreate/stripe" ,
291291 "selector" : "[stripe]"
292+ } ,
293+ "fbabric" : {
294+ "import" : "@cocreate/fabric" ,
295+ "selector" : "[fabric]"
292296 }
293297 } ,
294298 "repositories" : [
@@ -584,6 +588,10 @@ module.exports = {
584588 "path" : "../CoCreate-plugins/CoCreate-domain" ,
585589 "repo" : "github.com/CoCreate-app/CoCreate-domain.git"
586590 } ,
591+ {
592+ "path" : "../CoCreate-plugins/CoCreate-fabric" ,
593+ "repo" : "github.com/CoCreate-app/CoCreate-fabric.git"
594+ } ,
587595 {
588596 "path" : "../CoCreate-plugins/CoCreate-facebook" ,
589597 "repo" : "github.com/CoCreate-app/CoCreate-facebook.git"
Original file line number Diff line number Diff line change 9090 "@cocreate/element-prototype" : " ^1.22.2" ,
9191 "@cocreate/elements" : " ^1.35.1" ,
9292 "@cocreate/events" : " ^1.19.4" ,
93+ "@cocreate/fabric" : " ^1.0.0" ,
9394 "@cocreate/ffmpeg" : " ^1.1.0" ,
9495 "@cocreate/file" : " ^1.17.1" ,
9596 "@cocreate/filter" : " ^1.28.6" ,
You can’t perform that action at this time.
0 commit comments