Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
venables committed Mar 4, 2017
1 parent 3971f2e commit f75acc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koa-json-body",
"version": "5.2.0",
"description": "Single-purpose koa middleware to only parse JSON request bodies and nothing else.",
"version": "5.3.0",
"description": "Single-purpose koa middleware to parse valid JSON request bodies and nothing else.",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/standard && NODE_ENV=test ./node_modules/.bin/nyc --reporter=lcov --reporter=text-summary ./node_modules/.bin/mocha 'test/**/*.spec.js'",
Expand Down

0 comments on commit f75acc3

Please sign in to comment.