From 1d107b714f363e1edcd0923af1764ccd06e356f8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 6 Nov 2017 19:39:55 +0900 Subject: [PATCH] Remove needless dependent This is a stub types definition for chalk (https://github.com/chalk/chalk). chalk provides its own type definitions, so yo u don't need @types/chalk installed! --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7fa56321d1..da5badc94d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "@types/body-parser": "1.16.7", "@types/chai": "4.0.4", "@types/chai-http": "3.0.3", - "@types/chalk": "2.2.0", "@types/compression": "0.0.34", "@types/cors": "2.8.1", "@types/debug": "0.0.30",