Skip to content

Commit b196c75

Browse files
committed
fix: add fii_f NAPI dependency to manifest.json
1 parent f09deb1 commit b196c75

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lib/node_modules/@stdlib/math/base/special/truncbf/manifest.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"libraries": [],
3939
"libpath": [],
4040
"dependencies": [
41-
"@stdlib/math/base/napi/ternary",
4241
"@stdlib/math/base/special/powf",
43-
"@stdlib/math/base/special/truncf"
42+
"@stdlib/math/base/special/truncf",
43+
"@stdlib/math/base/napi/ternary"
4444
]
4545
},
4646
{
@@ -55,7 +55,6 @@
5555
"libraries": [],
5656
"libpath": [],
5757
"dependencies": [
58-
"@stdlib/math/base/napi/ternary",
5958
"@stdlib/math/base/special/powf",
6059
"@stdlib/math/base/special/truncf"
6160
]
@@ -72,10 +71,9 @@
7271
"libraries": [],
7372
"libpath": [],
7473
"dependencies": [
75-
"@stdlib/math/base/napi/ternary",
7674
"@stdlib/math/base/special/powf",
7775
"@stdlib/math/base/special/truncf"
7876
]
7977
}
8078
]
81-
}
79+
}

0 commit comments

Comments
 (0)