mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
Merge pull request #15 from element-plus/fix/peer-dep
fix: add dependencies to peer
This commit is contained in:
commit
dfef2b9dc7
@ -8,7 +8,7 @@
|
||||
"cz": "npx git-cz",
|
||||
"gc": "sh ./scripts/gc.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0-rc.1",
|
||||
"vue-router": "^4.0.0-beta.2"
|
||||
},
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"main": "dist/index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0-rc.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user