Skip to content

Commit d1ada61

Browse files
committed
feat(app): Remove redondant badges and use token at the end of the file
1 parent 55c7c50 commit d1ada61

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[![webpack](http://webpack.github.io/assets/logo.png)](http://webpack.github.io)
22

3-
[![NPM version][npm-image]][npm-url] [![Gitter chat][gitter-image]][gitter-url] [![Gittip donate button][gittip-image]][gittip-url] [![Downloads](http://img.shields.io/npm/dm/webpack.svg)](http://badge.fury.io/js/webpack)
4-
[![Build Status](https://travis-ci.org/webpack/webpack.svg?branch=master)](https://travis-ci.org/webpack/webpack) [![Coverage Status](https://coveralls.io/repos/webpack/webpack/badge.svg?branch=master&service=github)](https://coveralls.io/github/webpack/webpack?branch=master)
5-
[![Dependency Status](https://david-dm.org/webpack/webpack.svg)](https://david-dm.org/webpack/webpack) [![devDependency Status](https://david-dm.org/webpack/webpack/dev-status.svg)](https://david-dm.org/webpack/webpack#info=devDependencies) [![peerDependency Status](https://david-dm.org/webpack/webpack/peer-status.svg)](https://david-dm.org/webpack/webpack#info=peerDependencies)
3+
[![NPM version][npm-image]][npm-url] [![Gitter chat][gitter-image]][gitter-url] [![Gittip donate button][gittip-image]][gittip-url] [![Downloads][downloads-image]][downloads-url]
4+
[![Build Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] [![Coverage Status][coveralls-image]][coveralls-url]
5+
[![Dependency Status][david-image]][david-url] [![devDependency Status][david-dev-image]][david-dev-url] [![peerDependency Status][david-peer-image]][david-peer-url]
66

7-
[![NPM](https://nodei.co/npm/webpack.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/webpack)
7+
[![Donate to sokra][donate-image]][donate-url]
8+
9+
[![NPM][nodei-image]][nodei-url]
810

911
[documentation](http://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=top)
1012

@@ -206,7 +208,7 @@ function loadTemplateAsync (name, callback) {
206208

207209
## Tests
208210

209-
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]
211+
You can run the Node tests with `npm test`.
210212

211213
You can run the browser tests:
212214

@@ -261,8 +263,6 @@ This is a free-time project. The time I invest in it fluctuates. If you use webp
261263

262264
I'm very thankful for every dollar. If you leave your username or email, I may show my thanks by giving you extra support.
263265

264-
[![Donate to sokra][donate-image]][donate-url]
265-
266266

267267
## Dependencies
268268

@@ -276,7 +276,6 @@ I'm very thankful for every dollar. If you leave your username or email, I may s
276276
* [mkdirp](https://github.com/substack/node-mkdirp)
277277
* [clone](https://github.com/pvorb/node-clone)
278278

279-
[![Dependency status][david-image]][david-url]
280279

281280
[travis-url]: http://travis-ci.org/webpack/webpack
282281
[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
286285
[coveralls-image]: https://img.shields.io/coveralls/webpack/webpack.svg
287286
[npm-url]: https://npmjs.org/package/webpack
288287
[npm-image]: https://img.shields.io/npm/v/webpack.svg
288+
[downloads-image]: http://img.shields.io/npm/dm/webpack.svg
289+
[downloads-url]: http://badge.fury.io/js/webpack
289290
[david-url]: https://david-dm.org/webpack/webpack
290291
[david-image]: https://img.shields.io/david/webpack/webpack.svg
292+
[david-dev-url]: https://david-dm.org/webpack/webpack#info=devDependencies
293+
[david-dev-image]: https://david-dm.org/webpack/webpack/dev-status.svg
294+
[david-peer-url]: https://david-dm.org/webpack/webpack#info=peerDependencies
295+
[david-peer-image]: https://david-dm.org/webpack/webpack/peer-status.svg
296+
[nodei-image]: https://nodei.co/npm/webpack.png?downloads=true&downloadRank=true&stars=true
297+
[nodei-url]: https://nodei.co/npm/webpack
291298
[donate-url]: http://sokra.github.io/
292299
[donate-image]: https://img.shields.io/badge/donate-sokra-brightgreen.svg
293300
[gittip-url]: https://www.gittip.com/sokra/

0 commit comments

Comments
 (0)