From 4cbdc9e072ee2c373a2d0efacb501bd2c9db92a4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 2 Aug 2020 06:47:16 +0200 Subject: [PATCH] Add doctest to devDependencies of package.json As requested at https://github.com/TheAlgorithms/Javascript/issues/142#issuecomment-667625929 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ac36071f0..77422562e 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "node-fetch": "2.6.0" }, "devDependencies": { - "standard": "^14.3.4" + "standard": "^14.3.4", + "doctest": "^0.17.1" } }