mirror of https://github.com/webpack/webpack.git
feat(app): Remove redondant badges and use token at the end of the file
This commit is contained in:
parent
55c7c502e0
commit
d1ada618e6
23
README.md
23
README.md
|
@ -1,10 +1,12 @@
|
||||||
[](http://webpack.github.io)
|
[](http://webpack.github.io)
|
||||||
|
|
||||||
[![NPM version][npm-image]][npm-url] [![Gitter chat][gitter-image]][gitter-url] [![Gittip donate button][gittip-image]][gittip-url] [](http://badge.fury.io/js/webpack)
|
[![NPM version][npm-image]][npm-url] [![Gitter chat][gitter-image]][gitter-url] [![Gittip donate button][gittip-image]][gittip-url] [![Downloads][downloads-image]][downloads-url]
|
||||||
[](https://travis-ci.org/webpack/webpack) [](https://coveralls.io/github/webpack/webpack?branch=master)
|
[![Build Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] [![Coverage Status][coveralls-image]][coveralls-url]
|
||||||
[](https://david-dm.org/webpack/webpack) [](https://david-dm.org/webpack/webpack#info=devDependencies) [](https://david-dm.org/webpack/webpack#info=peerDependencies)
|
[![Dependency Status][david-image]][david-url] [![devDependency Status][david-dev-image]][david-dev-url] [![peerDependency Status][david-peer-image]][david-peer-url]
|
||||||
|
|
||||||
[](https://nodei.co/npm/webpack)
|
[![Donate to sokra][donate-image]][donate-url]
|
||||||
|
|
||||||
|
[![NPM][nodei-image]][nodei-url]
|
||||||
|
|
||||||
[documentation](http://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=top)
|
[documentation](http://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=top)
|
||||||
|
|
||||||
|
@ -206,7 +208,7 @@ function loadTemplateAsync (name, callback) {
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
You can run the Node tests with `npm test`. [![Build status (linux)][travis-image]][travis-url] [![Build status (windows)][appveyor-image]][appveyor-url] [![Test coverage][coveralls-image]][coveralls-url]
|
You can run the Node tests with `npm test`.
|
||||||
|
|
||||||
You can run the browser tests:
|
You can run the browser tests:
|
||||||
|
|
||||||
|
@ -261,8 +263,6 @@ This is a free-time project. The time I invest in it fluctuates. If you use webp
|
||||||
|
|
||||||
I'm very thankful for every dollar. If you leave your username or email, I may show my thanks by giving you extra support.
|
I'm very thankful for every dollar. If you leave your username or email, I may show my thanks by giving you extra support.
|
||||||
|
|
||||||
[![Donate to sokra][donate-image]][donate-url]
|
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
@ -276,7 +276,6 @@ I'm very thankful for every dollar. If you leave your username or email, I may s
|
||||||
* [mkdirp](https://github.com/substack/node-mkdirp)
|
* [mkdirp](https://github.com/substack/node-mkdirp)
|
||||||
* [clone](https://github.com/pvorb/node-clone)
|
* [clone](https://github.com/pvorb/node-clone)
|
||||||
|
|
||||||
[![Dependency status][david-image]][david-url]
|
|
||||||
|
|
||||||
[travis-url]: http://travis-ci.org/webpack/webpack
|
[travis-url]: http://travis-ci.org/webpack/webpack
|
||||||
[travis-image]: https://img.shields.io/travis/webpack/webpack.svg
|
[travis-image]: https://img.shields.io/travis/webpack/webpack.svg
|
||||||
|
@ -286,8 +285,16 @@ I'm very thankful for every dollar. If you leave your username or email, I may s
|
||||||
[coveralls-image]: https://img.shields.io/coveralls/webpack/webpack.svg
|
[coveralls-image]: https://img.shields.io/coveralls/webpack/webpack.svg
|
||||||
[npm-url]: https://npmjs.org/package/webpack
|
[npm-url]: https://npmjs.org/package/webpack
|
||||||
[npm-image]: https://img.shields.io/npm/v/webpack.svg
|
[npm-image]: https://img.shields.io/npm/v/webpack.svg
|
||||||
|
[downloads-image]: http://img.shields.io/npm/dm/webpack.svg
|
||||||
|
[downloads-url]: http://badge.fury.io/js/webpack
|
||||||
[david-url]: https://david-dm.org/webpack/webpack
|
[david-url]: https://david-dm.org/webpack/webpack
|
||||||
[david-image]: https://img.shields.io/david/webpack/webpack.svg
|
[david-image]: https://img.shields.io/david/webpack/webpack.svg
|
||||||
|
[david-dev-url]: https://david-dm.org/webpack/webpack#info=devDependencies
|
||||||
|
[david-dev-image]: https://david-dm.org/webpack/webpack/dev-status.svg
|
||||||
|
[david-peer-url]: https://david-dm.org/webpack/webpack#info=peerDependencies
|
||||||
|
[david-peer-image]: https://david-dm.org/webpack/webpack/peer-status.svg
|
||||||
|
[nodei-image]: https://nodei.co/npm/webpack.png?downloads=true&downloadRank=true&stars=true
|
||||||
|
[nodei-url]: https://nodei.co/npm/webpack
|
||||||
[donate-url]: http://sokra.github.io/
|
[donate-url]: http://sokra.github.io/
|
||||||
[donate-image]: https://img.shields.io/badge/donate-sokra-brightgreen.svg
|
[donate-image]: https://img.shields.io/badge/donate-sokra-brightgreen.svg
|
||||||
[gittip-url]: https://www.gittip.com/sokra/
|
[gittip-url]: https://www.gittip.com/sokra/
|
||||||
|
|
Loading…
Reference in New Issue