egg-http-proxy-plus 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
|
|
15
15
|
[![NPM version][npm-image]][npm-url]
|
|
16
16
|
[![Codacy Badge][codacy-image]][codacy-url]
|
|
17
|
-
[![build status][travis-image]][travis-url]
|
|
18
17
|
[![Test coverage][codecov-image]][codecov-url]
|
|
19
18
|
[![npm download][download-image]][download-url]
|
|
20
19
|
[![License][license-image]][license-url]
|
|
@@ -138,8 +137,6 @@ Please open an issue [here](https://github.com/saqqdy/egg-http-proxy-plus/issues
|
|
|
138
137
|
[npm-url]: https://npmjs.org/package/egg-http-proxy-plus
|
|
139
138
|
[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696
|
|
140
139
|
[codacy-url]: https://www.codacy.com/gh/saqqdy/egg-http-proxy-plus/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/egg-http-proxy-plus&utm_campaign=Badge_Grade
|
|
141
|
-
[travis-image]: https://travis-ci.com/saqqdy/egg-http-proxy-plus.svg?branch=master
|
|
142
|
-
[travis-url]: https://travis-ci.com/saqqdy/egg-http-proxy-plus
|
|
143
140
|
[codecov-image]: https://img.shields.io/codecov/c/github/saqqdy/egg-http-proxy-plus.svg?style=flat-square
|
|
144
141
|
[codecov-url]: https://codecov.io/github/saqqdy/egg-http-proxy-plus?branch=master
|
|
145
142
|
[download-image]: https://img.shields.io/npm/dm/egg-http-proxy-plus.svg?style=flat-square
|