Skip to content

Commit e0b2480

Browse files
committed
fix: add missing namespace dependencies
1 parent f3231b0 commit e0b2480

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@
6161
"@stdlib/buffer": "git+https://github.com/stdlib-js/buffer.git#main",
6262
"@stdlib/cli": "git+https://github.com/stdlib-js/cli.git#main",
6363
"@stdlib/complex": "git+https://github.com/stdlib-js/complex.git#main",
64+
"@stdlib/console": "git+https://github.com/stdlib-js/console.git#main",
6465
"@stdlib/constants": "git+https://github.com/stdlib-js/constants.git#main",
6566
"@stdlib/datasets": "git+https://github.com/stdlib-js/datasets.git#main",
6667
"@stdlib/error": "git+https://github.com/stdlib-js/error.git#main",
6768
"@stdlib/fs": "git+https://github.com/stdlib-js/fs.git#main",
69+
"@stdlib/function": "git+https://github.com/stdlib-js/function.git#main",
6870
"@stdlib/iter": "git+https://github.com/stdlib-js/iter.git#main",
6971
"@stdlib/math": "git+https://github.com/stdlib-js/math.git#main",
7072
"@stdlib/ml": "git+https://github.com/stdlib-js/ml.git#main",
@@ -73,6 +75,7 @@
7375
"@stdlib/net": "git+https://github.com/stdlib-js/net.git#main",
7476
"@stdlib/nlp": "git+https://github.com/stdlib-js/nlp.git#main",
7577
"@stdlib/number": "git+https://github.com/stdlib-js/number.git#main",
78+
"@stdlib/object": "git+https://github.com/stdlib-js/object.git#main",
7679
"@stdlib/os": "git+https://github.com/stdlib-js/os.git#main",
7780
"@stdlib/plot": "git+https://github.com/stdlib-js/plot.git#main",
7881
"@stdlib/process": "git+https://github.com/stdlib-js/process.git#main",

0 commit comments

Comments
 (0)