Skip to content

Commit 635e38f

Browse files
authored
refactor: rename file in number/float32/base/add
PR-URL: #5498 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent d9c2e28 commit 635e38f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/number/float32/base/add/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{
2929
"task": "build",
3030
"src": [
31-
"./src/add.c"
31+
"./src/main.c"
3232
],
3333
"include": [
3434
"./include"
@@ -42,7 +42,7 @@
4242
{
4343
"task": "benchmark",
4444
"src": [
45-
"./src/add.c"
45+
"./src/main.c"
4646
],
4747
"include": [
4848
"./include"
@@ -54,7 +54,7 @@
5454
{
5555
"task": "examples",
5656
"src": [
57-
"./src/add.c"
57+
"./src/main.c"
5858
],
5959
"include": [
6060
"./include"

0 commit comments

Comments
 (0)