From 3a99ce3cb8a5ed6fa6d869b4ebf52e6c9c02b03b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Dec 2022 01:51:26 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 2 +- .gitignore | 5 +++++ CONTRIBUTORS | 2 +- Makefile | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/.keepalive b/.github/.keepalive index 4919db8..39c69ef 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2022-11-03T22:01:45.738Z +2022-12-01T01:51:25.485Z diff --git a/.gitignore b/.gitignore index db2ca48..63e9afd 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 39d11fb..f97b6ef 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 f73f7ee..8c0d48f 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 654d664..d759837 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@stdlib/utils-inherit": "^0.0.x", "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",