Skip to content

Commit 86e2ad2

Browse files
committed
update dependency
1 parent b31e68e commit 86e2ad2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lib/node_modules/@stdlib/math/base/special/minmax/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/binary",
40-
"@stdlib/math/base/assert/is-nan"
40+
"@stdlib/math/base/assert/is-nan",
41+
"@stdlib/math/base/assert/is-negative-zero"
4142
]
4243
},
4344
{
@@ -51,7 +52,8 @@
5152
"libraries": [],
5253
"libpath": [],
5354
"dependencies": [
54-
"@stdlib/math/base/assert/is-nan"
55+
"@stdlib/math/base/assert/is-nan",
56+
"@stdlib/math/base/assert/is-negative-zero"
5557
]
5658
},
5759
{
@@ -65,7 +67,8 @@
6567
"libraries": [],
6668
"libpath": [],
6769
"dependencies": [
68-
"@stdlib/math/base/assert/is-nan"
70+
"@stdlib/math/base/assert/is-nan",
71+
"@stdlib/math/base/assert/is-negative-zero"
6972
]
7073
}
7174
]

0 commit comments

Comments
 (0)