feat(app): Remove redondant badges and use token at the end of the file

This commit is contained in:
Avi Haiat 2015-07-13 00:44:07 +03:00
parent 55c7c502e0
commit d1ada618e6
1 changed files with 15 additions and 8 deletions

View File

@ -1,10 +1,12 @@
[![webpack](http://webpack.github.io/assets/logo.png)](http://webpack.github.io) [![webpack](http://webpack.github.io/assets/logo.png)](http://webpack.github.io)
[![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) [![NPM version][npm-image]][npm-url] [![Gitter chat][gitter-image]][gitter-url] [![Gittip donate button][gittip-image]][gittip-url] [![Downloads][downloads-image]][downloads-url]
[![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) [![Build Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] [![Coverage Status][coveralls-image]][coveralls-url]
[![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) [![Dependency Status][david-image]][david-url] [![devDependency Status][david-dev-image]][david-dev-url] [![peerDependency Status][david-peer-image]][david-peer-url]
[![NPM](https://nodei.co/npm/webpack.png?downloads=true&downloadRank=true&stars=true)](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/