Sorry to bother you again, but I have a suggestion which may solve the version issue:
If the 2.x branch is for Koa 2.x, would it make sense to add "koa": "^2.0.0" to the package.json dependencies? (And maybe even to the 1.x branch as "koa": "^1.0.0" for consistency?
Sorry to bother you again, but I have a suggestion which may solve the version issue: If the 2.x branch is for Koa 2.x, would it make sense to add
"koa": "^2.0.0"
to the package.json dependencies? (And maybe even to the 1.x branch as"koa": "^1.0.0"
for consistency?