File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ var none = require( '@stdlib/array-base-none' );
113
113
114
114
var x = bernoulli ( 10 , 0.1 , {
115
115
' dtype' : ' int8'
116
- } );
116
+ });
117
117
// returns <Int8Array>
118
118
119
119
var out = none ( x );
@@ -179,8 +179,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
179
179
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/array-base-none.svg
180
180
[ npm-url ] : https://npmjs.org/package/@stdlib/array-base-none
181
181
182
- [ test-image ] : https://github.com/stdlib-js/array-base-none/actions/workflows/test.yml/badge.svg?branch=v0.1.0
183
- [ test-url ] : https://github.com/stdlib-js/array-base-none/actions/workflows/test.yml?query=branch:v0.1.0
182
+ [ test-image ] : https://github.com/stdlib-js/array-base-none/actions/workflows/test.yml/badge.svg?branch=main
183
+ [ test-url ] : https://github.com/stdlib-js/array-base-none/actions/workflows/test.yml?query=branch:main
184
184
185
185
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/array-base-none/main.svg
186
186
[ coverage-url ] : https://codecov.io/github/stdlib-js/array-base-none?branch=main
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ var none = require( './../lib' );
23
23
24
24
var x = bernoulli ( 10 , 0.1 , {
25
25
'dtype' : 'int8'
26
- } ) ;
26
+ } ) ;
27
27
// returns <Int8Array>
28
28
29
29
var out = none ( x ) ;
Original file line number Diff line number Diff line change 38
38
},
39
39
"dependencies" : {
40
40
"@stdlib/array-base-arraylike2object" : " ^0.1.0" ,
41
- "@stdlib/array-base-assert-is-complex128array" : " github:stdlib-js/array-base-assert-is-complex128array#main " ,
42
- "@stdlib/array-base-assert-is-complex64array" : " github:stdlib-js/array-base-assert-is-complex64array#main " ,
41
+ "@stdlib/array-base-assert-is-complex128array" : " ^0.1.0 " ,
42
+ "@stdlib/array-base-assert-is-complex64array" : " ^0.1.0 " ,
43
43
"@stdlib/strided-base-reinterpret-complex128" : " ^0.1.1" ,
44
44
"@stdlib/strided-base-reinterpret-complex64" : " ^0.1.1" ,
45
45
"@stdlib/types" : " ^0.2.0"
You can’t perform that action at this time.
0 commit comments