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 @@ -276,6 +276,10 @@ module.exports = {
276
276
"import" : "@cocreate/notification" ,
277
277
"selector" : "[actions*='notification']"
278
278
} ,
279
+ "aos" : {
280
+ "import" : "@cocreate/aos" ,
281
+ "selector" : "[data-aos]"
282
+ } ,
279
283
"ffmpeg" : {
280
284
"import" : "@cocreate/ffmpeg" ,
281
285
"selector" : "[processor='ffmpeg']"
@@ -578,6 +582,10 @@ module.exports = {
578
582
"path" : "../CoCreate-apps/CoCreate-sandbox" ,
579
583
"repo" : "github.com/CoCreate-app/CoCreate-sandbox.git"
580
584
} ,
585
+ {
586
+ "path" : "../CoCreate-plugins/CoCreate-aos" ,
587
+ "repo" : "github.com/CoCreate-app/CoCreate-aos.git"
588
+ } ,
581
589
{
582
590
"path" : "../CoCreate-plugins/CoCreate-charts" ,
583
591
"repo" : "github.com/CoCreate-app/CoCreate-charts.git"
Original file line number Diff line number Diff line change 69
69
},
70
70
"dependencies" : {
71
71
"@cocreate/actions" : " ^1.18.2" ,
72
+ "@cocreate/aos" : " ^1.0.2" ,
72
73
"@cocreate/api" : " ^1.21.0" ,
73
74
"@cocreate/attributes" : " ^1.14.2" ,
74
75
"@cocreate/cache" : " ^1.5.1" ,
You can’t perform that action at this time.
0 commit comments