From 2fd58585867ef51202cfd237c6c9172a2515131f Mon Sep 17 00:00:00 2001 From: WittBulter Date: Wed, 20 Feb 2019 13:46:33 +0800 Subject: [PATCH] chore: release 0.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 49af89d..5184925 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "koa2-typescript-guide", - "version": "0.1.0", + "version": "0.1.1", "description": "the best practice of building Koa2 with TypeScript", - "main": "index.js", + "main": "app.ts", "scripts": { "test": "mocha", "cover:local": "nyc mocha;open coverage/lcov-report/index.html",