Skip to content

Commit ca777e2

Browse files
authored
chore: fix base alias
Signed-off-by: Athan <[email protected]>
1 parent 9f40a37 commit ca777e2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"__stdlib__": {
7070
"scaffold": {
7171
"$schema": "math/[email protected]",
72-
"base_alias": "trunc",
72+
"base_alias": "trunc10",
7373
"alias": "trunc10",
7474
"pkg_desc": "round a numeric value to the nearest power of 10 toward zero",
7575
"desc": "round a numeric value to the nearest power of 10 toward zero",

0 commit comments

Comments
 (0)