Skip to content

Commit

Permalink
Chore: 增加 peerDependencies 配置
Browse files Browse the repository at this point in the history
在当其他依赖项(如"vue-grid-layout")被安装时,它们将被提示安装所需的 peer dependency 版本
  • Loading branch information
Lruihao committed Oct 13, 2023
1 parent 5b16659 commit cd02da1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"peerDependencies": {
"@interactjs/core": "1.10.2",
"@interactjs/utils": "1.10.2",
"webpack": "^5.0.0"
}
}

0 comments on commit cd02da1

Please sign in to comment.