axios-miniprogram-adapter icon indicating copy to clipboard operation
axios-miniprogram-adapter copied to clipboard

使用peerDependencies

Open fwh1990 opened this issue 2 years ago • 0 comments

问题是什么

package.json中axios被直接安装。希望能放到peerDependencies里,这样方便开发者自行升级axios版本。

{
+ "peerDependencies": {
- "dependencies": {
    "axios": "^0.19.2"
  }
}

fwh1990 avatar Nov 26 '21 02:11 fwh1990