From 7d006bd92c84c979723208b936a66db338d33f84 Mon Sep 17 00:00:00 2001 From: SijieCai Date: Thu, 31 Aug 2017 10:23:17 +0800 Subject: [PATCH] remove @type dependency and will be added from think-cli --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b69429c..2ae2c13b 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,7 @@ "think-resource": "^1.0.0", "think-router": "^1.0.0", "think-trace": "^1.0.2", - "think-validator": "^1.0.2", - "@types/koa": "*" + "think-validator": "^1.0.2" }, "devDependencies": { "ava": "^0.18.0",