Skip to content

Commit

Permalink
feat: add @rspack/core as an optional peer dependency (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 30, 2024
1 parent c4928a3 commit 71dd711
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Expand Up @@ -41,9 +41,18 @@
"dist"
],
"peerDependencies": {
"@rspack/core": "0.x || 1.x",
"less": "^3.5.0 || ^4.0.0",
"webpack": "^5.0.0"
},
"peerDependenciesMeta": {
"@rspack/core": {
"optional": true
},
"webpack": {
"optional": true
}
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
Expand Down

0 comments on commit 71dd711

Please sign in to comment.