Skip to content

Commit 121b9eb

Browse files
committed
Auto-generated commit
1 parent 1a08347 commit 121b9eb

File tree

5 files changed

+26
-9
lines changed

5 files changed

+26
-9
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-03-01T00:45:40.223Z

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ branches.md
2929
.postinstall.json
3030
Makefile
3131

32-
# Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
32+
# Ignore files to avoid compilation of native addon when installing package:
3333
binding.gyp
34+
include.gypi
3435

3536
# Directories #
3637
###############

CONTRIBUTORS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aditya Sapra <[email protected]>
6+
AgPriyanshu18 <[email protected]>
57
Ali Salesi <[email protected]>
68
Amit Jimiwal <[email protected]>
79
Athan Reines <[email protected]>
810
Brendan Graetz <[email protected]>
911
Bruno Fenzl <[email protected]>
12+
Chinmay J <[email protected]>
1013
Christopher Dambamuromo <[email protected]>
1114
1215
Daniel Killenberger <[email protected]>
1316
Dominik Moritz <[email protected]>
1417
Dorrin Sotoudeh <[email protected]>
1518
Frank Kovacs <[email protected]>
19+
GUNJ JOSHI <[email protected]>
20+
1621
Harshita Kalani <[email protected]>
1722
James Gelok <[email protected]>
1823
Jaysukh Makvana <[email protected]>
@@ -21,21 +26,31 @@ Joey Reed <[email protected]>
2126
Jordan Gallivan <[email protected]>
2227
Joris Labie <[email protected]>
2328
Justin Dennison <[email protected]>
29+
Karthik Prakash <[email protected]>
30+
2431
Marcus Fantham <[email protected]>
2532
Matt Cochrane <[email protected]>
33+
Mihir Pandit <[email protected]>
2634
Milan Raj <[email protected]>
2735
Momtchil Momtchev <[email protected]>
2836
Naresh Jagadeesan <[email protected]>
2937
Nithin Katta <[email protected]>
3038
Ognjen Jevremović <[email protected]>
3139
Philipp Burckhardt <[email protected]>
40+
Prajwal Kulkarni <[email protected]>
3241
Pranav Goswami <[email protected]>
42+
43+
3344
Ricky Reusser <[email protected]>
3445
Robert Gislason <[email protected]>
3546
Roman Stetsyk <[email protected]>
47+
3648
Ryan Seal <[email protected]>
3749
Seyyed Parsa Neshaei <[email protected]>
3850
Shraddheya Shendre <[email protected]>
51+
52+
Snehil Shah <[email protected]>
53+
Spandan Barve <[email protected]>
3954
Stephannie Jiménez Gacha <[email protected]>
4055
Yernar Yergaziyev <[email protected]>
4156
orimiles5 <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
182182
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-ops-imul.svg
183183
[npm-url]: https://npmjs.org/package/@stdlib/math-base-ops-imul
184184

185-
[test-image]: https://github.com/stdlib-js/math-base-ops-imul/actions/workflows/test.yml/badge.svg?branch=v0.2.1
186-
[test-url]: https://github.com/stdlib-js/math-base-ops-imul/actions/workflows/test.yml?query=branch:v0.2.1
185+
[test-image]: https://github.com/stdlib-js/math-base-ops-imul/actions/workflows/test.yml/badge.svg?branch=main
186+
[test-url]: https://github.com/stdlib-js/math-base-ops-imul/actions/workflows/test.yml?query=branch:main
187187

188188
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-ops-imul/main.svg
189189
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-ops-imul?branch=main

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
},
3939
"dependencies": {},
4040
"devDependencies": {
41-
"@stdlib/constants-int32-max": "^0.2.0",
42-
"@stdlib/constants-int32-min": "^0.2.0",
43-
"@stdlib/math-base-assert-is-nan": "^0.2.0",
44-
"@stdlib/random-base-discrete-uniform": "^0.2.0",
45-
"@stdlib/random-base-minstd": "^0.2.0",
41+
"@stdlib/constants-int32-max": "^0.2.1",
42+
"@stdlib/constants-int32-min": "^0.2.1",
43+
"@stdlib/math-base-assert-is-nan": "^0.2.1",
44+
"@stdlib/random-base-discrete-uniform": "^0.2.1",
45+
"@stdlib/random-base-minstd": "^0.2.1",
4646
"proxyquire": "^2.0.0",
4747
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4848
"istanbul": "^0.4.1",
4949
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
50-
"@stdlib/bench-harness": "^0.2.0"
50+
"@stdlib/bench-harness": "^0.2.1"
5151
},
5252
"engines": {
5353
"node": ">=0.10.0",

0 commit comments

Comments
 (0)