Skip to content

Commit a43106c

Browse files
authored
style: fix indentation in manifest.json
1 parent b2830ef commit a43106c

File tree

1 file changed

+75
-75
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/binomial/mode

1 file changed

+75
-75
lines changed
Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
{
2-
"options": {
2+
"options": {
3+
"task": "build",
4+
"wasm": false
5+
},
6+
"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+
],
28+
"confs": [
29+
{
330
"task": "build",
4-
"wasm": false
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/special/floor"
43+
]
44+
},
45+
{
46+
"task": "benchmark",
47+
"wasm": false,
48+
"src": [
49+
"./src/main.c"
50+
],
51+
"include": [
52+
"./include"
53+
],
54+
"libraries": [],
55+
"libpath": [],
56+
"dependencies": [
57+
"@stdlib/math/base/special/ceil",
58+
"@stdlib/math/base/special/floor"
59+
]
560
},
6-
"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-
],
28-
"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/special/floor"
43-
]
44-
},
45-
{
46-
"task": "benchmark",
47-
"wasm": false,
48-
"src": [
49-
"./src/main.c"
50-
],
51-
"include": [
52-
"./include"
53-
],
54-
"libraries": [],
55-
"libpath": [],
56-
"dependencies": [
57-
"@stdlib/math/base/special/ceil",
58-
"@stdlib/math/base/special/floor"
59-
]
60-
},
61-
{
62-
"task": "examples",
63-
"wasm": false,
64-
"src": [
65-
"./src/main.c"
66-
],
67-
"include": [
68-
"./include"
69-
],
70-
"libraries": [],
71-
"libpath": [],
72-
"dependencies": [
73-
"@stdlib/math/base/special/ceil",
74-
"@stdlib/math/base/special/floor"
75-
]
76-
}
77-
]
78-
}
61+
{
62+
"task": "examples",
63+
"wasm": false,
64+
"src": [
65+
"./src/main.c"
66+
],
67+
"include": [
68+
"./include"
69+
],
70+
"libraries": [],
71+
"libpath": [],
72+
"dependencies": [
73+
"@stdlib/math/base/special/ceil",
74+
"@stdlib/math/base/special/floor"
75+
]
76+
}
77+
]
78+
}

0 commit comments

Comments
 (0)