Skip to content

Commit c244466

Browse files
stdlib-botkgryte
andauthored
chore: update package meta data
PR-URL: #1093 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 00186a8 commit c244466

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

lib/node_modules/@stdlib/math/base/special/cpolar/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"benchmark": "./benchmark",
2020
"doc": "./docs",
2121
"example": "./examples",
22+
"include": "./include",
2223
"lib": "./lib",
24+
"src": "./src",
2325
"test": "./test"
2426
},
2527
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/croundn/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"benchmark": "./benchmark",
2020
"doc": "./docs",
2121
"example": "./examples",
22+
"include": "./include",
2223
"lib": "./lib",
24+
"src": "./src",
2325
"test": "./test"
2426
},
2527
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/roundn/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"benchmark": "./benchmark",
2020
"doc": "./docs",
2121
"example": "./examples",
22+
"include": "./include",
2223
"lib": "./lib",
24+
"src": "./src",
2325
"test": "./test"
2426
},
2527
"types": "./docs/types",

0 commit comments

Comments
 (0)