diff --git a/.github/.keepalive b/.github/.keepalive index 08f97a4..08d8571 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2022-11-03T21:52:54.535Z +2022-12-01T01:42:42.646Z 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 5d414b0..6feae06 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "proxyquire": "^2.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",