Skip to content

Commit fea5cbc

Browse files
committed
build: add missing metadata and suppress lint error
1 parent 5127ba6 commit fea5cbc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/arcsine/cdf/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
24+
"scripts": "./scripts",
25+
"src": "./src",
2226
"test": "./test"
2327
},
2428
"types": "./docs/types",

lib/node_modules/@stdlib/stats/base/dists/arcsine/cdf/src/addon.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
#include "stdlib/stats/base/dists/arcsine/cdf.h"
2020
#include "stdlib/math/base/napi/ternary.h"
2121

22+
// cppcheck-suppress shadowFunction
2223
STDLIB_MATH_BASE_NAPI_MODULE_DDD_D( stdlib_base_dists_arcsine_cdf )

0 commit comments

Comments
 (0)