Cody2333 / koa-swagger-decorator

using decorator to automatically generate swagger doc for koa-router
348 stars 81 forks source link

Incorrect "main" file path in 1.8.1 #151

Closed oyyd closed 2 years ago

oyyd commented 2 years ago

Looks like in koa-swagger-decorator@1.8.1, the "main" in package.json is: "main": "dist/index.js" but index.js is actually in dist/lib/index.js .

Cody2333 commented 2 years ago

fixed in v1.8.2