Skip to content

Commit

Permalink
Add rollup as a peerDep to @embroider/addon-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vstefanovic97 committed Jun 26, 2024
1 parent 760a202 commit c9a9be3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/addon-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
"scripts": {
"test": "jest"
},
"peerDependencies": {
"rollup": "^4.6.0"
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
}
},
"dependencies": {
"@embroider/core": "workspace:^",
"@rollup/pluginutils": "^4.1.1",
Expand Down

0 comments on commit c9a9be3

Please sign in to comment.