From 82f60e97245620bd21964591771ad4a298bce3ce Mon Sep 17 00:00:00 2001 From: bitebit Date: Mon, 5 Feb 2018 13:27:19 +0800 Subject: [PATCH] build: npm publish 2.0.0-alpha.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7512358..0692ce8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koa-oai-router", - "version": "2.0.0-alpha.2", - "main": "src", + "version": "2.0.0-alpha.3", + "main": "lib", "scripts": { "clean": "rm -rf coverage lib", "ci": "npm run lint && npm run test", @@ -63,4 +63,4 @@ "supertest": "^2.0.1" }, "description": "Koa Router, based on OpenAPI, Swagger and Json Schema." -} +} \ No newline at end of file