Skip to content

Commit

Permalink
fix: add support for Yarn PnP mode by adding CSS preprocessors as opt… (
Browse files Browse the repository at this point in the history
#2042)

Co-authored-by: Anthony Fu <[email protected]>
  • Loading branch information
Robin-Hoodie and antfu authored Aug 14, 2021
1 parent f318416 commit ff9b009
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,22 @@
"vitepress": "^0.15.6",
"yorkie": "^2.0.0"
},
"peerDependencies": {
"sass": ">=1.0.0",
"stylus": ">=0.54.0",
"less": ">=4.0.0"
},
"peerDependenciesMeta": {
"sass": {
"optional": true
},
"stylus": {
"optional": true
},
"less": {
"optional": true
}
},
"gitHooks": {
"pre-commit": "lint-staged --concurrent false",
"commit-msg": "node scripts/verifyCommit.js"
Expand Down

0 comments on commit ff9b009

Please sign in to comment.