Skip to content

Commit

Permalink
feat: add @cocreate/aos
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 1, 2024
1 parent 169295b commit 8495586
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ module.exports = {
"import": "@cocreate/notification",
"selector": "[actions*='notification']"
},
"aos": {
"import": "@cocreate/aos",
"selector": "[data-aos]"
},
"ffmpeg": {
"import": "@cocreate/ffmpeg",
"selector": "[processor='ffmpeg']"
Expand Down Expand Up @@ -578,6 +582,10 @@ module.exports = {
"path": "../CoCreate-apps/CoCreate-sandbox",
"repo": "github.com/CoCreate-app/CoCreate-sandbox.git"
},
{
"path": "../CoCreate-plugins/CoCreate-aos",
"repo": "github.com/CoCreate-app/CoCreate-aos.git"
},
{
"path": "../CoCreate-plugins/CoCreate-charts",
"repo": "github.com/CoCreate-app/CoCreate-charts.git"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
},
"dependencies": {
"@cocreate/actions": "^1.18.2",
"@cocreate/aos": "^1.0.2",
"@cocreate/api": "^1.21.0",
"@cocreate/attributes": "^1.14.2",
"@cocreate/cache": "^1.5.1",
Expand Down

0 comments on commit 8495586

Please sign in to comment.