Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 1, 2022
1 parent b67418b commit 695c228
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/.keepalive
Original file line number Diff line number Diff line change
@@ -0,0 1 @@
2022-12-01T01:24:15.691Z
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 176,8 @@ acs-*.bib
#################
.vscode/
jsconfig.json

# Sublime Text #
################
*.sublime-workspace
*.sublime-project
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 25,6 @@ Ricky Reusser <[email protected]>
Ryan Seal <[email protected]>
Seyyed Parsa Neshaei <[email protected]>
Shraddheya Shendre <[email protected]>
Stephannie Jimenez Gacha <steff456@users.noreply.github.com>
Stephannie Jiménez Gacha <steff456@hotmail.com>
dorrin-sot <59933477 [email protected]>
rei2hu <[email protected]>
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 239,7 @@ JAVASCRIPT_TEST ?= $(NODE_MODULES)/tape/bin/tape
JAVASCRIPT_TEST_FLAGS ?=

# Define the path to the executable for parsing TAP output:
TAP_REPORTER ?= $(BIN_DIR)/tap-spec
TAP_REPORTER ?= $(BIN_DIR)/tap-min

# Define the path to the Istanbul executable:
ISTANBUL ?= $(BIN_DIR)/istanbul
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 253,8 @@ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-ops-csubf.svg
[npm-url]: https://npmjs.org/package/@stdlib/math-base-ops-csubf

[test-image]: https://github.com/stdlib-js/math-base-ops-csubf/actions/workflows/test.yml/badge.svg?branch=v0.0.2
[test-url]: https://github.com/stdlib-js/math-base-ops-csubf/actions/workflows/test.yml?query=branch:v0.0.2
[test-image]: https://github.com/stdlib-js/math-base-ops-csubf/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/math-base-ops-csubf/actions/workflows/test.yml?query=branch:main

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-ops-csubf/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-ops-csubf?branch=main
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 55,7 @@
"@stdlib/random-base-uniform": "^0.0.x",
"tape": "git https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-spec": "5.x.x"
"tap-min": "2.x.x"
},
"engines": {
"node": ">=0.10.0",
Expand Down

0 comments on commit 695c228

Please sign in to comment.