Skip to content

Commit 5ed4c15

Browse files
committed
Auto-generated commit
1 parent eee17cc commit 5ed4c15

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTORS

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,37 @@
33
# Contributors listed in alphabetical order.
44

55
Ali Salesi <ali_sal1381@yahoo.com>
6+
Amit Jimiwal <amitjimiwal45@gmail.com>
67
Athan Reines <kgryte@gmail.com>
78
Brendan Graetz <bguiz@users.noreply.github.com>
89
Bruno Fenzl <brunofenzl@gmail.com>
910
Christopher Dambamuromo <chridam@gmail.com>
11+
Dan Rose <danoftheroses@gmail.com>
1012
Dominik Moritz <domoritz@gmail.com>
13+
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1114
Frank Kovacs <fran70kk@gmail.com>
12-
Harshita Kalani <95532771+HarshitaKalani@users.noreply.github.com>
13-
James <jdgelok@gmail.com>
15+
Harshita Kalani <harshitakalani02@gmail.com>
16+
James Gelok <jdgelok@gmail.com>
1417
Jithin KS <jithinks112@gmail.com>
1518
Joey Reed <joeyrreed@gmail.com>
16-
Jordan-Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
19+
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
1720
Joris Labie <joris.labie1@gmail.com>
1821
Justin Dennison <justin1dennison@gmail.com>
19-
KATTA NAGA NITHIN <88046362+nithinkatta@users.noreply.github.com>
20-
Marcus <mfantham@users.noreply.github.com>
22+
Marcus Fantham <mfantham@users.noreply.github.com>
2123
Matt Cochrane <matthew.cochrane.eng@gmail.com>
2224
Milan Raj <rajsite@users.noreply.github.com>
2325
Momtchil Momtchev <momtchil@momtchev.com>
24-
Naresh Jagadeesan <37257700+Infinage@users.noreply.github.com>
26+
Naresh Jagadeesan <naresh.naresh000@gmail.com>
27+
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
2528
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
2629
Philipp Burckhardt <pburckhardt@outlook.com>
27-
Pranav <85227306+Pranavchiku@users.noreply.github.com>
30+
Pranav Goswami <goswami.4@iitj.ac.in>
2831
Ricky Reusser <rsreusser@gmail.com>
2932
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
3033
Ryan Seal <splrk@users.noreply.github.com>
3134
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
3235
Shraddheya Shendre <shendreshraddheya@gmail.com>
3336
Stephannie Jiménez Gacha <steff456@hotmail.com>
3437
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
35-
dorrin-sot <59933477+dorrin-sot@users.noreply.github.com>
36-
drunken_devv <90555965+amitjimiwal@users.noreply.github.com>
3738
orimiles5 <97595296+orimiles5@users.noreply.github.com>
38-
rei2hu <rei2hu@users.noreply.github.com>
39+
rei2hu <reimu@reimu.ws>

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var NUM_BYTES = require( './../lib' );
2828

2929
tape( 'main export is a number', function test( t ) {
3030
t.ok( true, __filename );
31-
t.equal( typeof NUM_BYTES, 'number', 'main export is a number' );
31+
t.strictEqual( typeof NUM_BYTES, 'number', 'main export is a number' );
3232
t.end();
3333
});
3434

0 commit comments

Comments
 (0)