Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b381ae

Browse filesBrowse files
committed
Auto-generated commit
1 parent 3edb66c commit 6b381ae
Copy full SHA for 6b381ae

File tree

5 files changed

+9
-4
lines changed
Filter options

5 files changed

+9
-4
lines changed

‎.github/.keepalive

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-11-03T23:00:25.636Z
1+
2022-12-01T02:48:53.391Z

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,8 @@ acs-*.bib
176176
#################
177177
.vscode/
178178
jsconfig.json
179+
180+
# Sublime Text #
181+
################
182+
*.sublime-workspace
183+
*.sublime-project

‎CONTRIBUTORS

Copy file name to clipboardExpand all lines: CONTRIBUTORS
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Ricky Reusser <rsreusser@gmail.com>
2525
Ryan Seal <splrk@users.noreply.github.com>
2626
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
2727
Shraddheya Shendre <shendreshraddheya@gmail.com>
28-
Stephannie Jimenez Gacha <steff456@users.noreply.github.com>
28+
Stephannie Jiménez Gacha <steff456@hotmail.com>
2929
dorrin-sot <59933477+dorrin-sot@users.noreply.github.com>
3030
rei2hu <rei2hu@users.noreply.github.com>

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ JAVASCRIPT_TEST ?= $(NODE_MODULES)/tape/bin/tape
239239
JAVASCRIPT_TEST_FLAGS ?=
240240

241241
# Define the path to the executable for parsing TAP output:
242-
TAP_REPORTER ?= $(BIN_DIR)/tap-spec
242+
TAP_REPORTER ?= $(BIN_DIR)/tap-min
243243

244244
# Define the path to the Istanbul executable:
245245
ISTANBUL ?= $(BIN_DIR)/istanbul

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@stdlib/bench": "^0.0.x",
7070
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
7171
"istanbul": "^0.4.1",
72-
"tap-spec": "5.x.x"
72+
"tap-min": "2.x.x"
7373
},
7474
"engines": {
7575
"node": ">=0.10.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.