|
1 | 1 | # 📦 Axios Module |
2 | 2 |
|
| 3 | + |
3 | 4 | [![npm version][npm-version-src]][npm-version-href] |
4 | 5 | [![npm downloads][npm-downloads-src]][npm-downloads-href] |
5 | | -[![Circle CI][circle-ci-src]][circle-ci-href] |
| 6 | +[![Checks][checks-src]][checks-href] |
6 | 7 | [![Codecov][codecov-src]][codecov-href] |
7 | | -[![Dependencies][david-dm-src]][david-dm-href] |
8 | 8 | [![Standard JS][standard-js-src]][standard-js-href] |
9 | 9 |
|
10 | 10 | > Secure and Easy <a href="https://github.com/mzabriskie/axios">Axios</a> integration with Nuxt.js |
|
42 | 42 | Copyright (c) Nuxt Community |
43 | 43 |
|
44 | 44 | <!-- Badges --> |
45 | | -[npm-version-src]: https://img.shields.io/npm/dt/@nuxtjs/axios.svg?style=flat-square |
| 45 | +<!-- Badges --> |
| 46 | +[npm-version-src]: https://flat.badgen.net/npm/v/@nuxtjs/axios |
46 | 47 | [npm-version-href]: https://npmjs.com/package/@nuxtjs/axios |
47 | | -[npm-downloads-src]: https://img.shields.io/npm/v/@nuxtjs/axios/latest.svg?style=flat-square |
| 48 | +[npm-downloads-src]: https://flat.badgen.net/npm/dm/@nuxtjs/axios |
48 | 49 | [npm-downloads-href]: https://npmjs.com/package/@nuxtjs/axios |
49 | | -[circle-ci-src]: https://img.shields.io/circleci/project/github/nuxt-community/axios-module.svg?style=flat-square |
50 | | -[circle-ci-href]: https://circleci.com/gh/nuxt-community/axios-module |
51 | | -[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/axios-module.svg?style=flat-square |
| 50 | +[checks-src]: https://flat.badgen.net/github/checks/nuxt-community/axios-module/dev |
| 51 | +[checks-href]: https://github.com/nuxt-community/axios-module/actions |
| 52 | +[codecov-src]: https://flat.badgen.net/codecov/c/github/nuxt-community/axios-module |
52 | 53 | [codecov-href]: https://codecov.io/gh/nuxt-community/axios-module |
53 | | -[david-dm-src]: https://david-dm.org/nuxt-community/axios-module/status.svg?style=flat-square |
54 | | -[david-dm-href]: https://david-dm.org/nuxt-community/axios-module |
55 | 54 | [standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square |
56 | 55 | [standard-js-href]: https://standardjs.com |
0 commit comments