Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Nov 24, 2015
1 parent 16daec4 commit d248b22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -0,0 +1,5 @@

2.0.0 / 2015-11-24
==================

* update to promise-based middleware
13 changes: 7 additions & 6 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "koa-methodoverride",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "HTTP method override for koa",
"author": "Fangdun Cai <cfddream@gmail.com>",
"license": "MIT",
"repository": "koa-modules/methodoverride",
"repository": "github:koa-modules/methodoverride",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks",
Expand All @@ -28,11 +28,12 @@
"supertest": "^1.x"
},
"engines": {
"node": ">= 4.0.0"
"node": ">= 4"
},
"files": [
"license",
"readme.md",
"index.js"
"History.md",
"index.js",
"LICENSE",
"README.md"
]
}

0 comments on commit d248b22

Please sign in to comment.