Skip to content

Commit f4d1c53

Browse files
authored
fix: use number literal
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 20de932 commit f4d1c53

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/log1pf

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"domain": [
9090
{
91-
"min": "-1.0",
91+
"min": -1,
9292
"max": "infinity"
9393
}
9494
],

0 commit comments

Comments
 (0)