From dfe658f1082ce4e0d33a2a36c3848db0eaa2a03c Mon Sep 17 00:00:00 2001 From: J Gabriel Gouveia Date: Thu, 14 Jun 2018 21:15:48 -0300 Subject: [PATCH] Removed wrong dev dependency --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 983338085b..c5b1b03057 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "lint": "dtslint types" }, "devDependencies": { - "@types/node": "^10.3.3", "dtslint": "github:Microsoft/dtslint#production", "types-publisher": "Microsoft/types-publisher#production" }