Skip to content

Commit 3cfc779

Browse files
committed
Auto-generated commit
1 parent 10e8982 commit 3cfc779

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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+

lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* var v = add( 1, 2 );
3737
* // returns 3
3838
*/
39-
var Fcn = Function;
39+
var Fcn = Function; // eslint-disable-line stdlib/require-globals
4040

4141

4242
// EXPORTS //

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tape( 'main export is a function', function test( t ) {
3333
});
3434

3535
tape( 'the main export is the `Function` global', function test( t ) {
36-
t.strictEqual( Fcn, Function, 'returns expected value' );
36+
t.strictEqual( Fcn, Function, 'returns expected value' ); // eslint-disable-line stdlib/require-globals
3737
t.end();
3838
});
3939

0 commit comments

Comments
 (0)