diff --git a/lib/node_modules/@stdlib/_tools/benchmarks/browser-build/lib/defaults.json b/lib/node_modules/@stdlib/_tools/benchmarks/browser-build/lib/defaults.json index 90af92c8aeec..c09ec6514019 100644 --- a/lib/node_modules/@stdlib/_tools/benchmarks/browser-build/lib/defaults.json +++ b/lib/node_modules/@stdlib/_tools/benchmarks/browser-build/lib/defaults.json @@ -1,7 +1,7 @@ { - "pattern": "**/benchmark*.js", - "bundle": "benchmark_bundle.js", - "mount": "/", - "html": "benchmarks.html", - "title": "Benchmarks" + "pattern": "**/benchmark*.js", + "bundle": "benchmark_bundle.js", + "mount": "/", + "html": "benchmarks.html", + "title": "Benchmarks" } diff --git a/lib/node_modules/@stdlib/ndarray/base/napi/typedarray-type-to-dtype/manifest.json b/lib/node_modules/@stdlib/ndarray/base/napi/typedarray-type-to-dtype/manifest.json index 5ba1cb7bb4f8..b54f796a5d53 100644 --- a/lib/node_modules/@stdlib/ndarray/base/napi/typedarray-type-to-dtype/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/base/napi/typedarray-type-to-dtype/manifest.json @@ -1,40 +1,40 @@ { - "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/ndarray/dtypes" - ] - } - ] + "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/ndarray/dtypes" + ] + } + ] }