Skip to content

Commit d155788

Browse files
committed
Auto-generated commit
1 parent 12faec3 commit d155788

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/.keepalive

-1
This file was deleted.

CONTRIBUTORS

+11-10
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,37 @@
33
# Contributors listed in alphabetical order.
44

55
Ali Salesi <[email protected]>
6+
Amit Jimiwal <[email protected]>
67
Athan Reines <[email protected]>
78
Brendan Graetz <[email protected]>
89
Bruno Fenzl <[email protected]>
910
Christopher Dambamuromo <[email protected]>
11+
1012
Dominik Moritz <[email protected]>
13+
Dorrin Sotoudeh <[email protected]>
1114
Frank Kovacs <[email protected]>
12-
Harshita Kalani <[email protected].com>
13-
15+
Harshita Kalani <harshitakalani02@gmail.com>
16+
James Gelok <[email protected]>
1417
Jithin KS <[email protected]>
1518
Joey Reed <[email protected]>
16-
Jordan-Gallivan <[email protected]>
19+
Jordan Gallivan <[email protected]>
1720
Joris Labie <[email protected]>
1821
Justin Dennison <[email protected]>
19-
KATTA NAGA NITHIN <[email protected]>
20-
22+
Marcus Fantham <[email protected]>
2123
Matt Cochrane <[email protected]>
2224
Milan Raj <[email protected]>
2325
Momtchil Momtchev <[email protected]>
24-
Naresh Jagadeesan <[email protected]>
26+
Naresh Jagadeesan <[email protected]>
27+
Nithin Katta <[email protected]>
2528
Ognjen Jevremović <[email protected]>
2629
Philipp Burckhardt <[email protected]>
27-
30+
Pranav Goswami <[email protected]>
2831
Ricky Reusser <[email protected]>
2932
Roman Stetsyk <[email protected]>
3033
Ryan Seal <[email protected]>
3134
Seyyed Parsa Neshaei <[email protected]>
3235
Shraddheya Shendre <[email protected]>
3336
Stephannie Jiménez Gacha <[email protected]>
3437
Yernar Yergaziyev <[email protected]>
35-
dorrin-sot <[email protected]>
36-
drunken_devv <[email protected]>
3738
orimiles5 <[email protected]>
38-
39+

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var isSkewSymmetricMatrix = require( './../lib' );
3030

3131
tape( 'main export is a function', function test( t ) {
3232
t.ok( true, __filename );
33-
t.equal( typeof isSkewSymmetricMatrix, 'function', 'main export is a function' );
33+
t.strictEqual( typeof isSkewSymmetricMatrix, 'function', 'main export is a function' );
3434
t.end();
3535
});
3636

0 commit comments

Comments
 (0)