|
2 | 2 | =======
|
3 | 3 |
|
4 | 4 | [![NPM version][npm-image]][npm-url]
|
5 |
| -[![build status][travis-image]][travis-url] |
| 5 | +[](https://github.com/koajs/cors/actions/workflows/nodejs.yml) |
6 | 6 | [![Test coverage][codecov-image]][codecov-url]
|
7 |
| -[![David deps][david-image]][david-url] |
8 | 7 | [![npm download][download-image]][download-url]
|
9 | 8 |
|
10 | 9 | [npm-image]: https://img.shields.io/npm/v/@koa/cors.svg?style=flat-square
|
11 | 10 | [npm-url]: https://npmjs.org/package/@koa/cors
|
12 |
| -[travis-image]: https://img.shields.io/travis/koajs/cors.svg?style=flat-square |
13 |
| -[travis-url]: https://travis-ci.org/koajs/cors |
14 | 11 | [codecov-image]: https://codecov.io/github/koajs/cors/coverage.svg?branch=v2.x
|
15 | 12 | [codecov-url]: https://codecov.io/github/koajs/cors?branch=v2.x
|
16 |
| -[david-image]: https://img.shields.io/david/koajs/cors.svg?style=flat-square |
17 |
| -[david-url]: https://david-dm.org/koajs/cors |
18 | 13 | [download-image]: https://img.shields.io/npm/dm/@koa/cors.svg?style=flat-square
|
19 | 14 | [download-url]: https://npmjs.org/package/@koa/cors
|
20 | 15 |
|
@@ -64,3 +59,16 @@ app.use(cors());
|
64 | 59 | ## License
|
65 | 60 |
|
66 | 61 | [MIT](./LICENSE)
|
| 62 | + |
| 63 | +<!-- GITCONTRIBUTOR_START --> |
| 64 | + |
| 65 | +## Contributors |
| 66 | + |
| 67 | +|[<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|[<img src="https://avatars.githubusercontent.com/u/985607?v=4" width="100px;"/><br/><sub><b>dead-horse</b></sub>](https://github.com/dead-horse)<br/>|[<img src="https://avatars.githubusercontent.com/u/1127384?v=4" width="100px;"/><br/><sub><b>omsmith</b></sub>](https://github.com/omsmith)<br/>|[<img src="https://avatars.githubusercontent.com/u/643505?v=4" width="100px;"/><br/><sub><b>jonathanong</b></sub>](https://github.com/jonathanong)<br/>|[<img src="https://avatars.githubusercontent.com/u/5622516?v=4" width="100px;"/><br/><sub><b>AlphaWong</b></sub>](https://github.com/AlphaWong)<br/>|[<img src="https://avatars.githubusercontent.com/u/178720?v=4" width="100px;"/><br/><sub><b>erikfried</b></sub>](https://github.com/erikfried)<br/>| |
| 68 | +| :---: | :---: | :---: | :---: | :---: | :---: | |
| 69 | +|[<img src="https://avatars.githubusercontent.com/u/4184677?v=4" width="100px;"/><br/><sub><b>ltomes</b></sub>](https://github.com/ltomes)<br/>|[<img src="https://avatars.githubusercontent.com/u/372420?v=4" width="100px;"/><br/><sub><b>lfreneda</b></sub>](https://github.com/lfreneda)<br/>|[<img src="https://avatars.githubusercontent.com/u/170299?v=4" width="100px;"/><br/><sub><b>matthewmueller</b></sub>](https://github.com/matthewmueller)<br/>|[<img src="https://avatars.githubusercontent.com/u/6006498?v=4" width="100px;"/><br/><sub><b>PlasmaPower</b></sub>](https://github.com/PlasmaPower)<br/>|[<img src="https://avatars.githubusercontent.com/u/8369011?v=4" width="100px;"/><br/><sub><b>xg-wang</b></sub>](https://github.com/xg-wang)<br/>|[<img src="https://avatars.githubusercontent.com/u/12003270?v=4" width="100px;"/><br/><sub><b>lishengzxc</b></sub>](https://github.com/lishengzxc)<br/>| |
| 70 | +[<img src="https://avatars.githubusercontent.com/u/514097?v=4" width="100px;"/><br/><sub><b>mcohen75</b></sub>](https://github.com/mcohen75)<br/> |
| 71 | + |
| 72 | +This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sat Mar 12 2022 23:53:42 GMT+0800`. |
| 73 | + |
| 74 | +<!-- GITCONTRIBUTOR_END --> |
0 commit comments