From c342211850745c1b1fcbde0f33d0da3e5b3a7c36 Mon Sep 17 00:00:00 2001 From: Michael Quevillon Date: Thu, 16 Sep 2021 14:14:42 -0400 Subject: [PATCH] Enable TSD again (#139) --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c81ec5..ecaf7c9 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,8 @@ "url": "sindresorhus.com" }, "scripts": { - "//": "Enable tsd again when the Electron issue is fixed", "start": "electron run.js", - "test": "xo && ava" + "test": "xo && ava && tsd" }, "files": [ "index.js", @@ -41,7 +40,7 @@ "node-static": "^0.7.11", "pify": "^4.0.1", "spectron": "^9.0.0", - "tsd": "^0.11.0", + "tsd": "^0.17.0", "uuid": "^3.3.2", "xo": "^0.25.3" },