Skip to content

Commit d27f515

Browse files
authored
chore: fix aliases
Signed-off-by: Athan <[email protected]>
1 parent 7843f12 commit d27f515

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/round-nearest-even

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/round-nearest-even/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"__stdlib__": {
6868
"scaffold": {
6969
"$schema": "math/[email protected]",
70-
"base_alias": "round-nearest-even",
71-
"alias": "round-nearest-even",
70+
"base_alias": "roundNearestEven",
71+
"alias": "roundNearestEven",
7272
"pkg_desc": "round to the nearest integer with ties rounding to the nearest even integer",
7373
"desc": "rounds to the nearest integer with ties rounding to the nearest even integer",
7474
"short_desc": "rounds to nearest integer",

0 commit comments

Comments
 (0)