Skip to content

Commit 24437ba

Browse files
committed
fix: update dependencies
Signed-off-by: Snehil Shah <[email protected]>
1 parent b2907c1 commit 24437ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
],
5757
"libraries": [],
5858
"libpath": [],
59-
"dependencies": []
59+
"dependencies": [
60+
"@stdlib/blas/base/shared"
61+
]
6062
},
6163
{
6264
"task": "examples",
@@ -68,7 +70,9 @@
6870
],
6971
"libraries": [],
7072
"libpath": [],
71-
"dependencies": []
73+
"dependencies": [
74+
"@stdlib/blas/base/shared"
75+
]
7276
}
7377
]
7478
}

0 commit comments

Comments
 (0)