Skip to content

Commit ff9d9d3

Browse files
chore: update manifest
1 parent 082f568 commit ff9d9d3

File tree

1 file changed

+6
-3
lines changed
  • lib/node_modules/@stdlib/math/base/special/tribonaccif

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"libpath": [],
3838
"dependencies": [
3939
"@stdlib/math/base/napi/unary",
40-
"@stdlib/constants/float32/max-safe-nth-tribonacci"
40+
"@stdlib/constants/float32/max-safe-nth-tribonacci",
41+
"@stdlib/math/base/assert/is-nanf"
4142
]
4243
},
4344
{
@@ -51,7 +52,8 @@
5152
"libraries": [],
5253
"libpath": [],
5354
"dependencies": [
54-
"@stdlib/constants/float32/max-safe-nth-tribonacci"
55+
"@stdlib/constants/float32/max-safe-nth-tribonacci",
56+
"@stdlib/math/base/assert/is-nanf"
5557
]
5658
},
5759
{
@@ -65,7 +67,8 @@
6567
"libraries": [],
6668
"libpath": [],
6769
"dependencies": [
68-
"@stdlib/constants/float32/max-safe-nth-tribonacci"
70+
"@stdlib/constants/float32/max-safe-nth-tribonacci",
71+
"@stdlib/math/base/assert/is-nanf"
6972
]
7073
}
7174
]

0 commit comments

Comments
 (0)