From 090441c8c9c946115588a7a11e2ae5919e99445e Mon Sep 17 00:00:00 2001 From: ShelbyJustyn Date: Thu, 27 Feb 2025 19:36:14 -0800 Subject: [PATCH 1/2] Fixed lint spacing error on line 50 --- lib/node_modules/@stdlib/blas/ext/base/dsort2sh/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/blas/ext/base/dsort2sh/manifest.json b/lib/node_modules/@stdlib/blas/ext/base/dsort2sh/manifest.json index 16822b36ab38..a63a8d3c54a5 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dsort2sh/manifest.json +++ b/lib/node_modules/@stdlib/blas/ext/base/dsort2sh/manifest.json @@ -47,7 +47,7 @@ "@stdlib/napi/argv-strided-float64array" ] }, - { + { "task": "benchmark", "src": [ "./src/dsort2sh.c" From d9f5d12c95a22b45b42e73b5d7a4376a9f336dd5 Mon Sep 17 00:00:00 2001 From: ShelbyJustyn Date: Thu, 27 Feb 2025 19:44:48 -0800 Subject: [PATCH 2/2] Fixed linting error: changed tabs to spaces --- .../float64/base/to-words/manifest.json | 78 +++++++++---------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float64/base/to-words/manifest.json b/lib/node_modules/@stdlib/number/float64/base/to-words/manifest.json index c45e70ebc9d0..79063811dcc8 100644 --- a/lib/node_modules/@stdlib/number/float64/base/to-words/manifest.json +++ b/lib/node_modules/@stdlib/number/float64/base/to-words/manifest.json @@ -1,41 +1,41 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/os/byte-order", - "@stdlib/os/float-word-order" - ] - } - ] + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/os/byte-order", + "@stdlib/os/float-word-order" + ] + } + ] }