Skip to content

Commit

Permalink
fix: added webpack and rollup to repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 28, 2023
1 parent ef53407 commit 7a63835
Showing 1 changed file with 8 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 @@ -632,6 +632,10 @@ module.exports = {
"path": "../CoCreate-plugins/CoCreate-prism",
"repo": "github.com/CoCreate-app/CoCreate-prism.git"
},
{
"path": "../CoCreate-plugins/CoCreate-rollup",
"repo": "github.com/CoCreate-app/CoCreate-rollup.git"
},
{
"path": "../CoCreate-plugins/CoCreate-sendgrid",
"repo": "github.com/CoCreate-app/CoCreate-sendgrid.git"
Expand All @@ -655,6 +659,10 @@ module.exports = {
{
"path": "../CoCreate-plugins/CoCreate-twitter",
"repo": "github.com/CoCreate-app/CoCreate-twitter.git"
},
{
"path": "../CoCreate-plugins/CoCreate-webpack",
"repo": "github.com/CoCreate-app/CoCreate-webpack.git"
}
]
};

0 comments on commit 7a63835

Please sign in to comment.