koa-methodoverride
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "koa-methodoverride", | ||
"version": "0.2.0", | ||
"description": "method override for koa", | ||
"version": "0.3.0", | ||
"description": "HTTP method override for koa", | ||
"main": "index.js", | ||
@@ -27,7 +27,7 @@ "scripts": { | ||
"type": "git", | ||
"url": "http://github.com/fundon/koa-methodoverride.git" | ||
"url": "http://github.com/fundon/koa-method-override.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/fundon/koa-methodoverride/issues" | ||
"url": "https://github.com/fundon/koa-method-override/issues" | ||
} | ||
} |
@@ -1,2 +0,3 @@ | ||
# __Method Override__ for koa [![Build Status](https://travis-ci.org/fundon/koa-methodoverride.svg)](https://travis-ci.org/fundon/koa-methodoverride) | ||
# Method Override [![Build Status](https://travis-ci.org/fundon/koa-method-override.svg)](https://travis-ci.org/fundon/koa-method-override) | ||
> HTTP method override for koa. | ||
@@ -34,3 +35,3 @@ ### Install | ||
* [co-body](https://github.com/visionmedia/co-body) | ||
* or other body parser | ||
* Or other body parser | ||
@@ -37,0 +38,0 @@ |
4930
41