Skip to content

Commit f8de10e

Browse files
fix: CI errors
1 parent 50b3c74 commit f8de10e

File tree

1 file changed

+11
-17
lines changed
  • lib/node_modules/@stdlib/number/float32/base/signbit

1 file changed

+11
-17
lines changed

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

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"options": {
3-
"task": "build"
3+
"task": "build",
4+
"wasm": false
45
},
56
"fields": [
67
{
@@ -26,7 +27,6 @@
2627
],
2728
"confs": [
2829
{
29-
"task": "build",
3030
"src": [
3131
"./src/main.c"
3232
],
@@ -36,11 +36,12 @@
3636
"libraries": [],
3737
"libpath": [],
3838
"dependencies": [
39-
"@stdlib/number/float32/base/to_word"
39+
"@stdlib/number/float32/base/to-word"
4040
]
4141
},
4242
{
4343
"task": "benchmark",
44+
"wasm": false,
4445
"src": [
4546
"./src/main.c"
4647
],
@@ -49,10 +50,13 @@
4950
],
5051
"libraries": [],
5152
"libpath": [],
52-
"dependencies": []
53+
"dependencies": [
54+
"@stdlib/number/float32/base/to-word"
55+
]
5356
},
5457
{
5558
"task": "examples",
59+
"wasm": false,
5660
"src": [
5761
"./src/main.c"
5862
],
@@ -61,19 +65,9 @@
6165
],
6266
"libraries": [],
6367
"libpath": [],
64-
"dependencies": []
65-
},
66-
{
67-
"task": "build",
68-
"src": [
69-
"./src/main.c"
70-
],
71-
"include": [
72-
"./include"
73-
],
74-
"libraries": [],
75-
"libpath": [],
76-
"dependencies": []
68+
"dependencies": [
69+
"@stdlib/number/float32/base/to-word"
70+
]
7771
}
7872
]
7973
}

0 commit comments

Comments
 (0)