From 075ab9fbd9bf568fd5dbea5ed8e65a75008712cd Mon Sep 17 00:00:00 2001 From: Bosn Date: Tue, 5 Jun 2018 15:42:44 +0800 Subject: [PATCH] Update package.json fix typescript compile error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a318f12..0e33b2f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "ISC", "dependencies": { "@types/kcors": "^2.2.2", - "@types/koa": "^2.0.43", + "@types/koa": "2.0.43", "@types/koa-router": "^7.0.27", "@types/mocha": "^2.2.46", "chalk": "^2.4.1",