koa-bodyparser
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -59,4 +59,4 @@ /**! | ||
copy(opts).to(formOpts); | ||
formOpts.limit = opts.urlencodedLimit; | ||
formOpts.limit = opts.formLimit; | ||
return formOpts; | ||
} |
{ | ||
"name": "koa-bodyparser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "a body parser for koa", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git://github.com/dead-horse/koa-body-parser.git" | ||
"url": "git://github.com/koajs/body-parser.git" | ||
}, | ||
@@ -27,5 +27,5 @@ "files": [ | ||
"bugs": { | ||
"url": "https://github.com/dead-horse/koa-body-parser/issues" | ||
"url": "https://github.com/koajs/body-parser/issues" | ||
}, | ||
"homepage": "https://github.com/dead-horse/koa-body-parser", | ||
"homepage": "https://github.com/koajs/body-parser", | ||
"devDependencies": { | ||
@@ -32,0 +32,0 @@ "koa": "~0.5.0", |
@@ -1,2 +0,2 @@ | ||
koa-body-parser [![Build Status](https://secure.travis-ci.org/dead-horse/koa-body-parser.png)](http://travis-ci.org/dead-horse/koa-body-parser) | ||
koa-body-parser [![Build Status](https://secure.travis-ci.org/koajs/body-parser.png)](http://travis-ci.org/koajs/body-parser) | ||
=============== | ||
@@ -3,0 +3,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4030