Skip to content

Commit 9e183b4

Browse files
authored
fix: manifest.json
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent b798f17 commit 9e183b4

File tree

1 file changed

+77
-76
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/kurtosis

1 file changed

+77
-76
lines changed
Lines changed: 77 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,81 @@
11
{
22
"options": {
3-
"task": "build",
4-
"wasm": false
5-
},
3+
"task": "build",
4+
"wasm": false
5+
},
66
"fields": [
7-
{
8-
"field": "src",
9-
"resolve": true,
10-
"relative": true
11-
},
12-
{
13-
"field": "include",
14-
"resolve": true,
15-
"relative": true
16-
},
17-
{
18-
"field": "libraries",
19-
"resolve": false,
20-
"relative": false
21-
},
22-
{
23-
"field": "libpath",
24-
"resolve": true,
25-
"relative": false
26-
}
27-
],
7+
{
8+
"field": "src",
9+
"resolve": true,
10+
"relative": true
11+
},
12+
{
13+
"field": "include",
14+
"resolve": true,
15+
"relative": true
16+
},
17+
{
18+
"field": "libraries",
19+
"resolve": false,
20+
"relative": false
21+
},
22+
{
23+
"field": "libpath",
24+
"resolve": true,
25+
"relative": false
26+
}
27+
],
2828
"confs": [
29-
{
30-
"task": "build",
31-
"wasm": false,
32-
"src": [
33-
"./src/main.c"
34-
],
35-
"include": [
36-
"./include"
37-
],
38-
"libraries": [],
39-
"libpath": [],
40-
"dependencies": [
41-
"@stdlib/math/base/napi/binary",
42-
"@stdlib/math/base/assert/is-nan",
43-
"@stdlib/math/base/special/beta"
44-
]
45-
},
46-
{
47-
"task": "benchmark",
48-
"wasm": false,
49-
"src": [
50-
"./src/main.c"
51-
],
52-
"include": [
53-
"./include"
54-
],
55-
"libraries": [],
56-
"libpath": [],
57-
"dependencies": [
58-
"@stdlib/math/base/assert/is-nan",
59-
"@stdlib/math/base/special/beta",
60-
"@stdlib/constants/float64/eps"
61-
]
62-
},
63-
{
64-
"task": "examples",
65-
"wasm": false,
66-
"src": [
67-
"./src/main.c"
68-
],
69-
"include": [
70-
"./include"
71-
],
72-
"libraries": [],
73-
"libpath": [],
74-
"dependencies": [
75-
"@stdlib/math/base/assert/is-nan",
76-
"@stdlib/math/base/special/beta"
77-
]
78-
}
79-
]
80-
}
29+
{
30+
"task": "build",
31+
"wasm": false,
32+
"src": [
33+
"./src/main.c"
34+
],
35+
"include": [
36+
"./include"
37+
],
38+
"libraries": [],
39+
"libpath": [],
40+
"dependencies": [
41+
"@stdlib/math/base/napi/binary",
42+
"@stdlib/math/base/assert/is-nan",
43+
"@stdlib/math/base/special/beta"
44+
]
45+
},
46+
{
47+
"task": "benchmark",
48+
"wasm": false,
49+
"src": [
50+
"./src/main.c"
51+
],
52+
"include": [
53+
"./include"
54+
],
55+
"libraries": [],
56+
"libpath": [],
57+
"dependencies": [
58+
"@stdlib/math/base/assert/is-nan",
59+
"@stdlib/constants/float64/eps".
60+
"@stdlib/math/base/special/beta"
61+
]
62+
},
63+
{
64+
"task": "examples",
65+
"wasm": false,
66+
"src": [
67+
"./src/main.c"
68+
],
69+
"include": [
70+
"./include"
71+
],
72+
"libraries": [],
73+
"libpath": [],
74+
"dependencies": [
75+
"@stdlib/math/base/assert/is-nan",
76+
"@stdlib/math/base/special/beta"
77+
]
78+
}
79+
]
80+
}
81+

0 commit comments

Comments
 (0)