From 9c9bb8d69723462827c976e4f7f06c974c137047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 5 Oct 2019 12:53:43 +0200 Subject: [PATCH] Remove tape --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fa8f6e2..064bb02 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "url": "https://github.com/goto-bus-stop/setup-zig/issues" }, "devDependencies": { - "standard": "^14.3.1", - "tape": "^4.10.0" + "standard": "^14.3.1" }, "homepage": "https://github.com/goto-bus-stop/setup-zig", "keywords": [ @@ -24,7 +23,7 @@ "url": "https://github.com/goto-bus-stop/setup-zig.git" }, "scripts": { - "test": "standard && node test" + "test": "standard" }, "dependencies": { "@actions/core": "^1.1.3",