diff --git a/.github/.keepalive b/.github/.keepalive index 3573853..9c2974d 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2022-11-03T22:26:33.019Z +2022-12-01T02:15:57.252Z 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 1fe7e1e..b9191d0 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@stdlib/random-base-randu": "^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",