From c2cc92a775efeb1342914e492c017cd15888b6d5 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Dec 2022 02:58:50 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + .gitignore | 5 +++++ CONTRIBUTORS | 2 +- Makefile | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 00000000..7d1c9a6a --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2022-12-01T02:58:43.862Z diff --git a/.gitignore b/.gitignore index db2ca485..63e9afd8 100644 --- a/.gitignore +++ b/.gitignore @@ -176,3 +176,8 @@ acs-*.bib ################# .vscode/ jsconfig.json + +# Sublime Text # +################ +*.sublime-workspace +*.sublime-project diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 39d11fba..f97b6ef9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -25,6 +25,6 @@ Ricky Reusser Ryan Seal Seyyed Parsa Neshaei Shraddheya Shendre -Stephannie Jimenez Gacha +Stephannie Jiménez Gacha dorrin-sot <59933477+dorrin-sot@users.noreply.github.com> rei2hu diff --git a/Makefile b/Makefile index f73f7ee2..8c0d48f3 100644 --- a/Makefile +++ b/Makefile @@ -239,7 +239,7 @@ JAVASCRIPT_TEST ?= $(NODE_MODULES)/tape/bin/tape JAVASCRIPT_TEST_FLAGS ?= # Define the path to the executable for parsing TAP output: -TAP_REPORTER ?= $(BIN_DIR)/tap-spec +TAP_REPORTER ?= $(BIN_DIR)/tap-min # Define the path to the Istanbul executable: ISTANBUL ?= $(BIN_DIR)/istanbul diff --git a/package.json b/package.json index 60f4d0de..f40c890b 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "semver": "^6.0.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", - "tap-spec": "5.x.x" + "tap-min": "2.x.x" }, "engines": { "node": ">=0.10.0",