Skip to content

Commit 9a8b80d

Browse files
committed
chore: fix missing field
Ref: stdlib-js@74b29a5 --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent ef5b43f commit 9a8b80d

File tree

1 file changed

+3
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bradford/median

1 file changed

+3
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/bradford/median/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"confs": [
2929
{
3030
"task": "build",
31+
"wasm": false,
3132
"src": [
3233
"./src/main.c"
3334
],
@@ -44,6 +45,7 @@
4445
},
4546
{
4647
"task": "examples",
48+
"wasm": false,
4749
"src": [
4850
"./src/main.c"
4951
],
@@ -59,6 +61,7 @@
5961
},
6062
{
6163
"task": "benchmark",
64+
"wasm": false,
6265
"src": [
6366
"./src/main.c"
6467
],

0 commit comments

Comments
 (0)