Skip to content

Commit cdfaf34

Browse files
Merge branch 'int32-is-even' of https://github.com/vivekmaurya001/stdlib into int32-is-even
--- 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: passed - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: passed - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
2 parents 32d1354 + e919ac9 commit cdfaf34

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/node_modules/@stdlib/stats/base/dvariancech/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
],
2828
"confs": [
2929
{
30-
"task": "build",
31-
"wasm": false,
30+
"task": "build",
31+
"wasm": false,
3232
"src": [
3333
"./src/main.c"
3434
],

lib/node_modules/@stdlib/stats/base/dvariancetk/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
],
2828
"confs": [
2929
{
30-
"task": "build",
31-
"wasm": false,
30+
"task": "build",
31+
"wasm": false,
3232
"src": [
3333
"./src/main.c"
3434
],

lib/node_modules/@stdlib/stats/base/svariancetk/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
],
2828
"confs": [
2929
{
30-
"task": "build",
31-
"wasm": false,
30+
"task": "build",
31+
"wasm": false,
3232
"src": [
3333
"./src/main.c"
3434
],

0 commit comments

Comments
 (0)