Skip to content

Commit ef57ac7

Browse files
committed
build: fix missing deps
1 parent eba97ba commit ef57ac7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/dcusum/manifest.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
"-lm"
5959
],
6060
"libpath": [],
61-
"dependencies": []
61+
"dependencies": [
62+
"@stdlib/blas/ext/base/dcusumkbn"
63+
]
6264
},
6365
{
6466
"task": "examples",
@@ -72,7 +74,9 @@
7274
"-lm"
7375
],
7476
"libpath": [],
75-
"dependencies": []
77+
"dependencies": [
78+
"@stdlib/blas/ext/base/dcusumkbn"
79+
]
7680
}
7781
]
7882
}

0 commit comments

Comments
 (0)