Skip to content

Commit b65cfd9

Browse files
committed
Auto-generated commit
1 parent 93d2977 commit b65cfd9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/copy_ndarray.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818

1919
'use strict';
2020

21+
// MODULES //
22+
23+
var Boolean = require( '@stdlib/boolean-ctor' );
24+
25+
2126
// FUNCTIONS //
2227

2328
/**

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43+
"@stdlib/boolean-ctor": "^0.0.x",
4344
"@stdlib/ndarray-base-bytes-per-element": "^0.0.x",
4445
"@stdlib/ndarray-base-iteration-order": "^0.0.x",
4546
"@stdlib/ndarray-base-minmax-view-buffer-index": "^0.0.x",

0 commit comments

Comments
 (0)