Skip to content

Commit ab98ebf

Browse files
committed
Auto-generated commit
1 parent 44f6521 commit ab98ebf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<details>
1414

15+
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
1516
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
1617

1718
</details>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
4949
"@stdlib/assert-is-positive-integer": "^0.2.1",
5050
"@stdlib/complex-float64-imag": "github:stdlib-js/complex-float64-imag#main",
51-
"@stdlib/complex-real": "^0.2.1",
51+
"@stdlib/complex-float64-real": "github:stdlib-js/complex-float64-real#main",
5252
"@stdlib/math-base-special-pow": "^0.2.1",
5353
"@stdlib/random-array-bernoulli": "^0.2.1",
5454
"@stdlib/random-array-discrete-uniform": "^0.2.1",

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var tape = require( 'tape' );
2424
var Complex128Array = require( '@stdlib/array-complex128' );
2525
var Int32Array = require( '@stdlib/array-int32' );
2626
var toAccessorArray = require( '@stdlib/array-base-to-accessor-array' );
27-
var real = require( '@stdlib/complex-real' );
27+
var real = require( '@stdlib/complex-float64-real' );
2828
var imag = require( '@stdlib/complex-float64-imag' );
2929
var countIf = require( './../lib' );
3030

0 commit comments

Comments
 (0)