Skip to content

Commit edc384c

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 59b0f32 commit edc384c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/node_modules/@stdlib/blas/base/dger/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/base/dger",
33
"version": "0.0.0",
4-
"description": "Perform the rank 1 operation A = alpha⋅x⋅y^T + A.",
4+
"description": "Perform the rank 1 operation A = α⋅x⋅y^T + A.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",
@@ -17,6 +17,8 @@
1717
"browser": "./lib/main.js",
1818
"gypfile": true,
1919
"directories": {
20+
"benchmark": "./benchmark",
21+
"doc": "./docs",
2022
"example": "./examples",
2123
"include": "./include",
2224
"lib": "./lib",

0 commit comments

Comments
 (0)