Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
chunpu committed May 18, 2015
1 parent 4cc6f98 commit d98c379
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -7,12 +7,13 @@
"min-util": "^1.3.3"
},
"devDependencies": {
"mocha": "^2.2.5"
"mocha": "^2.2.5",
"istanbul": "^0.3.6"
},
"scripts": {
"test": "mocha test.js",
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test",
"readme": "pretty-readme > readme.md"
"readme": "pretty-readme coveralls > readme.md"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions readme.md
@@ -1,6 +1,7 @@
reopt
===

[![Build status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]
[![Dependency Status][david-image]][david-url]
Expand All @@ -11,6 +12,7 @@ reopt
[david-image]: http://img.shields.io/david/chunpu/reopt.svg?style=flat-square
[david-url]: https://david-dm.org/chunpu/reopt

[![Test coverage][coveralls-image]][coveralls-url]

get options from arguments with multiple overloads

Expand Down Expand Up @@ -73,5 +75,9 @@ License

[![License][license-image]][license-url]

[travis-image]: https://img.shields.io/travis/chunpu/reopt.svg?style=flat-square
[travis-url]: https://travis-ci.org/chunpu/reopt
[coveralls-image]: https://img.shields.io/coveralls/chunpu/reopt/gh-pages.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/chunpu/reopt
[license-image]: http://img.shields.io/npm/l/reopt.svg?style=flat-square
[license-url]: #

0 comments on commit d98c379

Please sign in to comment.