Skip to content

Commit

Permalink
Doc(README): Remove download badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yudhasetiawan committed May 18, 2016
1 parent 0b880ac commit f21f8c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# babel-plugin-namespace

[![Build Status][travis-image]][travis-url] [![npm][npm-badge-version]][npm-url] [![downloads][npm-badge-dm]][npm-url] [![Coverage Status][coverage-image]][coverage-url]
[![Build Status][travis-image]][travis-url] [![npm][npm-badge-version]][npm-url] [![Coverage Status][coverage-image]][coverage-url]

A [babel][] plugin to enable namespacing and rewrite these namespace as an alias for directories as different directories during the Babel process.

Expand Down Expand Up @@ -188,7 +188,6 @@ It's up to you. There's nothing wrong with the current import system. Regardless
MIT, see [LICENSE](LICENSE) for details.

[npm-badge-version]: https://img.shields.io/npm/v/babel-plugin-namespace.svg
[npm-badge-dm]: https://img.shields.io/npm/dm/babel-plugin-namespace.svg
[npm-url]: https://npmjs.com/package/babel-plugin-namespace
[travis-image]: https://travis-ci.org/yudhasetiawan/babel-plugin-namespace.svg?branch=master
[travis-url]: https://travis-ci.org/yudhasetiawan/babel-plugin-namespace
Expand Down

0 comments on commit f21f8c6

Please sign in to comment.