Skip to content

Commit

Permalink
chore: update package meta data
Browse files Browse the repository at this point in the history
PR-URL: stdlib-js#2251

Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
stdlib-bot authored and aman-095 committed Jun 13, 2024
1 parent 69fc939 commit 7eb03ba
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/bool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
Expand Down
2 changes: 0 additions & 2 deletions lib/node_modules/@stdlib/blas/base/dger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"browser": "./lib/main.js",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
Expand Down
3 changes: 3 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/exp2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
}
],
"main": "./lib",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"scripts": "./scripts",
"src": "./src",
"test": "./test"
},
"types": "./docs/types",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
}
],
"main": "./lib",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"src": "./src",
"test": "./test"
},
"types": "./docs/types",
Expand Down
3 changes: 3 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/lcm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
}
],
"main": "./lib",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"src": "./src",
"test": "./test"
},
"types": "./docs/types",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
}
],
"main": "./lib",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"src": "./src",
"test": "./test"
},
"types": "./docs/types",
Expand Down
3 changes: 3 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/round/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
}
],
"main": "./lib",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"src": "./src",
"test": "./test"
},
"types": "./docs/types",
Expand Down

0 comments on commit 7eb03ba

Please sign in to comment.