From ee14e00b7ece2b78537fe961693d384b8d906cf9 Mon Sep 17 00:00:00 2001 From: Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:01:45 +0530 Subject: [PATCH 1/2] Fixed some indent style errors and updated manifest.json Signed-off-by: Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com> --- .../float32/base/exponent/manifest.json | 80 +++++++++---------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index c1b80d501b69..fb5d77debcec 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -1,42 +1,42 @@ { - "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/constants/float32/exponent-bias", - "@stdlib/constants/float32/exponent-mask", - "@stdlib/number/float32/base/to-word" - ] - } - ] + "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/constants/float32/exponent-bias", + "@stdlib/constants/float32/exponent-mask", + "@stdlib/number/float32/base/to-word" + ] + } + ] } From 4b3ab50277505dc7b8c02e23dbe943dfda93f101 Mon Sep 17 00:00:00 2001 From: Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:03:25 +0530 Subject: [PATCH 2/2] Fixed some indent style errors and updated manifest.json Signed-off-by: Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>