Skip to content

Commit 60bec48

Browse files
authored
fix: unwrap number literals
Signed-off-by: Athan <[email protected]>
1 parent b740fc1 commit 60bec48

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/acoth

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/acoth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@
9292
"domain": [
9393
{
9494
"min": "-infinity",
95-
"max": "-1"
95+
"max": -1
9696
},
9797
{
98-
"min": "1",
98+
"min": 1,
9999
"max": "infinity"
100100
}
101101
],

0 commit comments

Comments
 (0)