From 3c94d900f801affd96eef9898a742e51e362f6bd Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Fri, 24 May 2024 23:23:09 -0700 Subject: [PATCH] fix: update dependency path --- lib/node_modules/@stdlib/complex/float64/ctor/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/complex/float64/ctor/manifest.json b/lib/node_modules/@stdlib/complex/float64/ctor/manifest.json index 98908ab33ead..35ffd47300ed 100644 --- a/lib/node_modules/@stdlib/complex/float64/ctor/manifest.json +++ b/lib/node_modules/@stdlib/complex/float64/ctor/manifest.json @@ -33,7 +33,7 @@ "libraries": [], "libpath": [], "dependencies": [ - "@stdlib/complex/float32" + "@stdlib/complex/float32/ctor" ] } ]