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 17, 2023
1 parent 1c73968 commit e55e436
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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]>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ramp.ndarray( 3, 'float64', x, 2, 1, 'float64', y, -1, y.length-1 );
var uniform = require( '@stdlib/random-base-uniform' ).factory;
var filledarray = require( '@stdlib/array-filled' );
var filledarrayBy = require( '@stdlib/array-filled-by' );
var dtypes = require( '@stdlib/array-dtypes' );
var dtypes = require( '@stdlib/array-typed-real-float-dtypes' );
var ramp = require( '@stdlib/math-strided-special-ramp' );

var dt;
Expand Down
2 changes: 1 addition & 1 deletion examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
var uniform = require( '@stdlib/random-base-uniform' ).factory;
var filledarray = require( '@stdlib/array-filled' );
var filledarrayBy = require( '@stdlib/array-filled-by' );
var dtypes = require( '@stdlib/array-dtypes' );
var dtypes = require( '@stdlib/array-typed-real-float-dtypes' );
var ramp = require( './../lib' );

var dt;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"@stdlib/utils-try-require": "^0.1.1"
},
"devDependencies": {
"@stdlib/array-dtypes": "^0.1.0",
"@stdlib/array-filled": "^0.1.0",
"@stdlib/array-filled-by": "^0.1.0",
"@stdlib/array-float64": "^0.1.1",
"@stdlib/array-typed-real-float-dtypes": "^0.1.1",
"@stdlib/array-uint8": "^0.1.1",
"@stdlib/assert-is-browser": "^0.1.1",
"@stdlib/bench": "^0.2.0",
Expand Down

0 comments on commit e55e436

Please sign in to comment.