diff --git a/README.md b/README.md index a305baa1..64d8604b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ Feel free to send us feedback on [file an issue](https://github.com/layui-vue/la If there's anything you'd like to chat about, please feel free to join our [Gitter chat](https://gitter.im/layui-vue/community)! +## Build Process + +- `build` Packaged component library + +Please take a look at the [contributing guidelines](./CONTRIBUTING.md) for a detailed process on how to build your application as well as troubleshooting information. + ## Contributors This project follows the [all-contributors](https://github.com/layui-vue/layui-vue/graphs/contributors) specification and is brought to you by these [awesome contributors](https://github.com/layui-vue/layui-vue/graphs/contributors). @@ -57,12 +63,6 @@ This project follows the [all-contributors](https://github.com/layui-vue/layui-v -## Build Process - -- `build` Packaged component library - -Please take a look at the [contributing guidelines](./CONTRIBUTING.md) for a detailed process on how to build your application as well as troubleshooting information. - ## Backers Thank you to all our backers! 🙏 [[Become a backers](https://opencollective.com/layui-vue#backer)] diff --git a/package.json b/package.json index 65f9b52c..f0cd142c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@layui/hooks-vue": "^0.1.6", - "@layui/icons-vue": "^1.0.4", + "@layui/icons-vue": "^1.0.5", "@layui/layer-vue": "^1.3.3", "async-validator": "^4.0.7", "countup.js": "^2.0.8",