Skip to content

Commit 303db0b

Browse files
committed
chore: revert package.json
1 parent 24226d8 commit 303db0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
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 = α*x*y^T + A`.",
4+
"description": "Perform the rank 1 operation A = alpha⋅x⋅y^T + A.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",
@@ -17,8 +17,6 @@
1717
"browser": "./lib/main.js",
1818
"gypfile": true,
1919
"directories": {
20-
"benchmark": "./benchmark",
21-
"doc": "./docs",
2220
"example": "./examples",
2321
"include": "./include",
2422
"lib": "./lib",

0 commit comments

Comments
 (0)