Skip to content

Commit eb4de3f

Browse files
committed
Updated manifest.json to only include required dependencies
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent de7fc55 commit eb4de3f

File tree

1 file changed

+4
-13
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/arcsine/mode

1 file changed

+4
-13
lines changed

lib/node_modules/@stdlib/stats/base/dists/arcsine/mode/manifest.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@
3838
"libraries": [],
3939
"libpath": [],
4040
"dependencies": [
41-
"@stdlib/math/base/napi/ternary",
42-
"@stdlib/math/base/assert/is-nan",
43-
"@stdlib/math/base/special/asin",
44-
"@stdlib/math/base/special/sqrt",
45-
"@stdlib/constants/float64/pi"
41+
"@stdlib/math/base/napi/binary",
42+
"@stdlib/math/base/assert/is-nan"
4643
]
4744
},
4845
{
@@ -57,10 +54,7 @@
5754
"libraries": [],
5855
"libpath": [],
5956
"dependencies": [
60-
"@stdlib/math/base/assert/is-nan",
61-
"@stdlib/math/base/special/asin",
62-
"@stdlib/math/base/special/sqrt",
63-
"@stdlib/constants/float64/pi"
57+
"@stdlib/math/base/assert/is-nan"
6458
]
6559
},
6660
{
@@ -75,10 +69,7 @@
7569
"libraries": [],
7670
"libpath": [],
7771
"dependencies": [
78-
"@stdlib/math/base/assert/is-nan",
79-
"@stdlib/math/base/special/asin",
80-
"@stdlib/math/base/special/sqrt",
81-
"@stdlib/constants/float64/pi"
72+
"@stdlib/math/base/assert/is-nan"
8273
]
8374
}
8475
]

0 commit comments

Comments
 (0)