Skip to content

Commit

Permalink
add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
uzoice committed Aug 12, 2014
1 parent b33faf0 commit 4423305
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ koa-validate
[![Build Status](https://travis-ci.org/RocksonZeta/koa-validate.svg?branch=master)](https://travis-ci.org/RocksonZeta/koa-validate)
[![Coverage Status](https://coveralls.io/repos/RocksonZeta/koa-validate/badge.png?branch=master)](https://coveralls.io/r/RocksonZeta/koa-validate?branch=master)
[![NPM version](https://badge.fury.io/js/koa-validate.svg)](http://badge.fury.io/js/koa-validate)
![dependencies](https://david-dm.org/RocksonZeta/koa-validate.png)
[![Dependency Status](https://david-dm.org/RocksonZeta/koa-validate.svg)](https://david-dm.org/RocksonZeta/koa-validate)

validate koa request params and format request params

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "a koa params validate middleware.",
"main": "lib/validate.js",
"scripts": {
"test": "mocha --require should --harmony test/ --bail",
"test": "set NODE_ENV=test && mocha --recursive -R spec --require should --harmony test/ --bail",
"test-cov": "set NODE_ENV=test && node --harmony node_modules/istanbul-harmony/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -u exports --require should --recursive test/ --bail",
"test-travis": "set NODE_ENV=test && node --harmony node_modules/istanbul-harmony/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -u exports --require should --recursive test/ --bail"
Expand Down

0 comments on commit 4423305

Please sign in to comment.