Remove tape

This commit is contained in:
Renée Kooi
2019-10-05 12:53:43 +02:00
parent 51b4a0a824
commit 9c9bb8d697

View File

@@ -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",