Skip to content

Commit

Permalink
fix: move peerDeps from #2042 to the right package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 23, 2021
1 parent e14a3f9 commit 66ce47f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,6 @@
"vitepress": "^0.18.1",
"yorkie": "^2.0.0"
},
"peerDependencies": {
"less": ">=4.0.0",
"sass": ">=1.0.0",
"stylus": ">=0.54.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 66ce47f

Please sign in to comment.