Browse Source

Fix koa at v2.0.1 to avoid the breaking change in v2.1.0

master
Lloyd Brookes 7 years ago
parent
commit
33ea8d8b5f
  1. 1
      .travis.yml
  2. 2
      package.json

1
.travis.yml

@ -3,3 +3,4 @@ node_js:
- 4
- 5
- 6
- 7

2
package.json

@ -37,7 +37,7 @@
"debug": "^2.2.0",
"http-proxy": "^1.15.1",
"kcors": "^1.3.0",
"koa": "^2.1.0",
"koa": "2.0.1",
"koa-bodyparser": "^3.0.0",
"koa-compress": "^1.0.9",
"koa-conditional-get": "^1.0.3",

Loading…
Cancel
Save