Skip to content

Commit 8495586

Browse files
committed
feat: add @cocreate/aos
1 parent 169295b commit 8495586

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CoCreate.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,10 @@ module.exports = {
276276
"import": "@cocreate/notification",
277277
"selector": "[actions*='notification']"
278278
},
279+
"aos": {
280+
"import": "@cocreate/aos",
281+
"selector": "[data-aos]"
282+
},
279283
"ffmpeg": {
280284
"import": "@cocreate/ffmpeg",
281285
"selector": "[processor='ffmpeg']"
@@ -578,6 +582,10 @@ module.exports = {
578582
"path": "../CoCreate-apps/CoCreate-sandbox",
579583
"repo": "github.com/CoCreate-app/CoCreate-sandbox.git"
580584
},
585+
{
586+
"path": "../CoCreate-plugins/CoCreate-aos",
587+
"repo": "github.com/CoCreate-app/CoCreate-aos.git"
588+
},
581589
{
582590
"path": "../CoCreate-plugins/CoCreate-charts",
583591
"repo": "github.com/CoCreate-app/CoCreate-charts.git"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@cocreate/actions": "^1.18.2",
72+
"@cocreate/aos": "^1.0.2",
7273
"@cocreate/api": "^1.21.0",
7374
"@cocreate/attributes": "^1.14.2",
7475
"@cocreate/cache": "^1.5.1",

0 commit comments

Comments
 (0)