Skip to content

Commit d24969e

Browse files
stdlib-botkgryte
andauthored
chore: update package meta data
PR-URL: #3303 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent c83f108 commit d24969e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

lib/node_modules/@stdlib/array/base/broadcasted-ternary3d/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@stdlib/array/base/broadcasted-ternary3d",
2+
"name": "@stdlib/array/base/broadcasted-ternary3d",
33
"version": "0.0.0",
44
"description": "Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.",
55
"license": "Apache-2.0",

lib/node_modules/@stdlib/array/base/broadcasted-ternary4d/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@stdlib/array/base/broadcasted-ternary4d",
2+
"name": "@stdlib/array/base/broadcasted-ternary4d",
33
"version": "0.0.0",
44
"description": "Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a four-dimensional nested output array.",
55
"license": "Apache-2.0",

lib/node_modules/@stdlib/math/base/special/riemann-zeta/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +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",
2224
"scripts": "./scripts",
25+
"src": "./src",
2326
"test": "./test"
2427
},
2528
"types": "./docs/types",

0 commit comments

Comments
 (0)