koa-unless icon indicating copy to clipboard operation
koa-unless copied to clipboard

0.0.1 version?

Open Foxandxss opened this issue 9 years ago • 3 comments

@brunokrebs Why the package.json says 0.0.1?

Foxandxss avatar Apr 15 '17 20:04 Foxandxss

@Foxandxss, not sure, but package.json in the master branch should be 0.0.2.

brunokrebs avatar Apr 16 '17 03:04 brunokrebs

But if we are on 1.0.7, why should it be 0.0.2?

Foxandxss avatar Apr 16 '17 10:04 Foxandxss

This is related to the schema that you defined. Koa V2 is supported by koa-v2 branch. On that branch package.json is on 1.0.7.

master, which contains the code of the package on version 0.0.2, supports Koa V1. Therefore, package.json on this branch should be on 0.0.2.

brunokrebs avatar Apr 16 '17 13:04 brunokrebs