SilurianYang / uni-simple-router

A simple, lightweight 'uni-app' routing plugin
https://v2.hhyang.cn/v2/
MIT License
749 stars 163 forks source link

update package.json, make dependencies reasonable #445

Closed godky closed 1 year ago

godky commented 1 year ago

开发阶段的依赖需要列到devDependence内,否则用户安装uni-simple-router时会额外安装一些多余的依赖

SilurianYang commented 1 year ago

我会使用 npm run publish 指令进行发布 接着会执行 publish/index.js 最终会剔除所有依赖项发布 https://github.com/SilurianYang/uni-simple-router/blob/a17013f32bf3d0519b13c7aef37783fa5e255db4/publish/index.js#L1-L30

godky commented 1 year ago

噢,这块逻辑没注意到:see_no_evil:。只看了下依赖列表觉得有问题就提了pr。