Skip to content

Commit 0e498a6

Browse files
committed
fix: add missing top-level namespaces
1 parent d170179 commit 0e498a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@
5656
"@stdlib/array": "git+https://github.com/stdlib-js/array.git#main",
5757
"@stdlib/assert": "git+https://github.com/stdlib-js/assert.git#main",
5858
"@stdlib/bench": "git+https://github.com/stdlib-js/bench.git#main",
59-
"@stdlib/blas": "git+https://github.com/stdlib-js/blas.git#main",
6059
"@stdlib/bigint": "git+https://github.com/stdlib-js/bigint.git#main",
60+
"@stdlib/blas": "git+https://github.com/stdlib-js/blas.git#main",
61+
"@stdlib/boolean": "git+https://github.com/stdlib-js/boolean.git#main",
6162
"@stdlib/buffer": "git+https://github.com/stdlib-js/buffer.git#main",
6263
"@stdlib/cli": "git+https://github.com/stdlib-js/cli.git#main",
6364
"@stdlib/complex": "git+https://github.com/stdlib-js/complex.git#main",
@@ -71,6 +72,7 @@
7172
"@stdlib/math": "git+https://github.com/stdlib-js/math.git#main",
7273
"@stdlib/ml": "git+https://github.com/stdlib-js/ml.git#main",
7374
"@stdlib/namespace": "git+https://github.com/stdlib-js/namespace.git#main",
75+
"@stdlib/napi": "git+https://github.com/stdlib-js/napi.git#main",
7476
"@stdlib/ndarray": "git+https://github.com/stdlib-js/ndarray.git#main",
7577
"@stdlib/net": "git+https://github.com/stdlib-js/net.git#main",
7678
"@stdlib/nlp": "git+https://github.com/stdlib-js/nlp.git#main",
@@ -84,6 +86,7 @@
8486
"@stdlib/regexp": "git+https://github.com/stdlib-js/regexp.git#main",
8587
"@stdlib/repl": "git+https://github.com/stdlib-js/repl.git#main",
8688
"@stdlib/simulate": "git+https://github.com/stdlib-js/simulate.git#main",
89+
"@stdlib/slice": "git+https://github.com/stdlib-js/slice.git#main",
8790
"@stdlib/stats": "git+https://github.com/stdlib-js/stats.git#main",
8891
"@stdlib/streams": "git+https://github.com/stdlib-js/streams.git#main",
8992
"@stdlib/strided": "git+https://github.com/stdlib-js/strided.git#main",

0 commit comments

Comments
 (0)