File tree 5 files changed +9
-4
lines changed
5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- 2022-11-03T22:15:48.615Z
1
+ 2022-12-01T02:05:34.836Z
Original file line number Diff line number Diff line change @@ -176,3 +176,8 @@ acs-*.bib
176
176
# ################
177
177
.vscode /
178
178
jsconfig.json
179
+
180
+ # Sublime Text #
181
+ # ###############
182
+ * .sublime-workspace
183
+ * .sublime-project
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ Ricky Reusser <rsreusser@gmail.com>
25
25
Ryan Seal <splrk@users.noreply.github.com>
26
26
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
27
27
Shraddheya Shendre <shendreshraddheya@gmail.com>
28
- Stephannie Jimenez Gacha <steff456@users.noreply.github .com>
28
+ Stephannie Jiménez Gacha <steff456@hotmail .com>
29
29
dorrin-sot <59933477+dorrin-sot@users.noreply.github.com>
30
30
rei2hu <rei2hu@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ JAVASCRIPT_TEST ?= $(NODE_MODULES)/tape/bin/tape
239
239
JAVASCRIPT_TEST_FLAGS ?=
240
240
241
241
# Define the path to the executable for parsing TAP output:
242
- TAP_REPORTER ?= $(BIN_DIR ) /tap-spec
242
+ TAP_REPORTER ?= $(BIN_DIR ) /tap-min
243
243
244
244
# Define the path to the Istanbul executable:
245
245
ISTANBUL ?= $(BIN_DIR ) /istanbul
Original file line number Diff line number Diff line change 51
51
"@stdlib/random-iter-randu" : " ^0.0.x" ,
52
52
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
53
53
"istanbul" : " ^0.4.1" ,
54
- "tap-spec " : " 5 .x.x"
54
+ "tap-min " : " 2 .x.x"
55
55
},
56
56
"engines" : {
57
57
"node" : " >=0.10.0" ,
You can’t perform that action at this time.
0 commit comments