Skip to content

Commit

Permalink
✏️ [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Nov 11, 2015
1 parent 4376e9c commit ed28544
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
`module.exports` plugin [![NPM version][npm-image]][npm] [![Build Status][travis-image]][travis] [![Coverage Status][cover-image]][cover] [![Climate Status][climate-image]][climate]
babel-plugin-add-module-exports
---

<p align="right">
<a href="https://npmjs.org/package/babel-plugin-add-module-exports">
<img src="https://img.shields.io/npm/v/babel-plugin-add-module-exports.svg?style=flat-square">
</a>
<a href="https://travis-ci.org/59naga/babel-plugin-add-module-exports">
<img src="http://img.shields.io/travis/59naga/babel-plugin-add-module-exports.svg?style=flat-square">
</a>
<a href="https://codeclimate.com/github/59naga/babel-plugin-add-module-exports/coverage">
<img src="https://img.shields.io/codeclimate/github/59naga/babel-plugin-add-module-exports.svg?style=flat-square">
</a>
<a href="https://codeclimate.com/github/59naga/babel-plugin-add-module-exports">
<img src="https://img.shields.io/codeclimate/coverage/github/59naga/babel-plugin-add-module-exports.svg?style=flat-square">
</a>
</p>

Installation
---

Expand Down Expand Up @@ -93,17 +108,4 @@ babel index.js --presets es2015 --plugins add-module-exports,transform-object-as

License
---
[MIT][License]

[License]: http://59naga.mit-license.org/

[sauce-image]: http://soysauce.berabou.me/u/59798/babel-plugin-add-module-exports.svg
[sauce]: https://saucelabs.com/u/59798
[npm-image]:https://img.shields.io/npm/v/babel-plugin-add-module-exports.svg?style=flat-square
[npm]: https://npmjs.org/package/babel-plugin-add-module-exports
[travis-image]: http://img.shields.io/travis/59naga/babel-plugin-add-module-exports.svg?style=flat-square
[travis]: https://travis-ci.org/59naga/babel-plugin-add-module-exports
[cover-image]: https://img.shields.io/codeclimate/github/59naga/babel-plugin-add-module-exports.svg?style=flat-square
[cover]: https://codeclimate.com/github/59naga/babel-plugin-add-module-exports/coverage
[climate-image]: https://img.shields.io/codeclimate/coverage/github/59naga/babel-plugin-add-module-exports.svg?style=flat-square
[climate]: https://codeclimate.com/github/59naga/babel-plugin-add-module-exports
[MIT](http://59naga.mit-license.org/)

0 comments on commit ed28544

Please sign in to comment.