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 Nov 12, 2023
1 parent 585e4bc commit 08e21a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Ognjen Jevremović <[email protected]>
Philipp Burckhardt <[email protected]>
Pranav Goswami <[email protected]>
Ricky Reusser <[email protected]>
Robert Gislason <[email protected]>
Roman Stetsyk <[email protected]>
Ryan Seal <[email protected]>
Seyyed Parsa Neshaei <[email protected]>
Expand All @@ -37,4 +38,3 @@ Stephannie Jiménez Gacha <[email protected]>
Yernar Yergaziyev <[email protected]>
orimiles5 <[email protected]>
rei2hu <[email protected]>
Robert Gislason <[email protected]>
4 changes: 2 additions & 2 deletions docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ interface Options {
*
* // ...
*/
declare function iterLogspace( start: number, stop: number, N?: number, options?: Options ): Iterator; // tslint:disable-line: max-length
declare function iterLogspace( start: number, stop: number, N?: number, options?: Options ): Iterator;

/**
* Returns an iterator which returns evenly spaced numbers on a log scale.
Expand Down Expand Up @@ -98,7 +98,7 @@ declare function iterLogspace( start: number, stop: number, N?: number, options?
*
* // ...
*/
declare function iterLogspace( start: number, stop: number, options?: Options ): Iterator; // tslint:disable-line: max-length
declare function iterLogspace( start: number, stop: number, options?: Options ): Iterator;


// EXPORTS //
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/string-format": "^0.1.1",
"@stdlib/symbol-iterator": "^0.1.1",
"@stdlib/types": "^0.1.0",
"@stdlib/types": "^0.2.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"
},
"devDependencies": {
"@stdlib/assert-is-iterator-like": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/bench": "^0.2.0",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit 08e21a0

Please sign in to comment.