0.6.1
This commit is contained in:
parent
caf6d177a2
commit
fee913f1e2
2 changed files with 10 additions and 4 deletions
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
0.6.1 / 2014-05-11
|
||||||
|
==================
|
||||||
|
|
||||||
|
* bump type-is
|
||||||
|
* bump koa-compose
|
||||||
|
|
||||||
0.6.0 / 2014-05-01
|
0.6.0 / 2014-05-01
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "0.6.0",
|
"version": "0.6.1",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "lib/application.js",
|
"main": "lib/application.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -24,13 +24,13 @@
|
||||||
"escape-html": "~1.0.1",
|
"escape-html": "~1.0.1",
|
||||||
"statuses": "~1.0.1",
|
"statuses": "~1.0.1",
|
||||||
"accepts": "~1.0.0",
|
"accepts": "~1.0.0",
|
||||||
"type-is": "~1.1.0",
|
"type-is": "~1.2.0",
|
||||||
"set-type": "~1.0.0",
|
"set-type": "~1.0.0",
|
||||||
"finished": "~1.1.1",
|
"finished": "~1.1.1",
|
||||||
"co": "~3.0.2",
|
"co": "~3.0.2",
|
||||||
"debug": "*",
|
"debug": "*",
|
||||||
"fresh": "~0.2.1",
|
"fresh": "~0.2.1",
|
||||||
"koa-compose": "~2.2.0",
|
"koa-compose": "~2.3.0",
|
||||||
"koa-is-json": "~1.0.0",
|
"koa-is-json": "~1.0.0",
|
||||||
"cookies": "~0.4.0",
|
"cookies": "~0.4.0",
|
||||||
"delegates": "0.0.3",
|
"delegates": "0.0.3",
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"should": "^3.1.0",
|
"should": "^3.1.0",
|
||||||
"mocha": "^1.17.0",
|
"mocha": "^1.17.0",
|
||||||
"supertest": "~0.11.0"
|
"supertest": "~0.12.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.11.9"
|
"node": ">= 0.11.9"
|
||||||
|
|
Loading…
Reference in a new issue