Skip to content

Commit 6a3b3d7

Browse files
committed
chore: update directories meta data
1 parent 8a26918 commit 6a3b3d7

File tree

5 files changed

+62
-54
lines changed

5 files changed

+62
-54
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"benchmark": "./benchmark",
1919
"doc": "./docs",
2020
"example": "./examples",
21+
"include": "./include",
2122
"lib": "./lib",
2223
"scripts": "./scripts",
24+
"src": "./src",
2325
"test": "./test"
2426
},
2527
"types": "./docs/types",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"benchmark": "./benchmark",
1919
"doc": "./docs",
2020
"example": "./examples",
21+
"include": "./include",
2122
"lib": "./lib",
2223
"scripts": "./scripts",
24+
"src": "./src",
2325
"test": "./test"
2426
},
2527
"types": "./docs/types",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"benchmark": "./benchmark",
1919
"doc": "./docs",
2020
"example": "./examples",
21+
"include": "./include",
2122
"lib": "./lib",
2223
"scripts": "./scripts",
24+
"src": "./src",
2325
"test": "./test"
2426
},
2527
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/gamma-delta-ratio/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"benchmark": "./benchmark",
1919
"doc": "./docs",
2020
"example": "./examples",
21+
"include": "./include",
2122
"lib": "./lib",
23+
"src": "./src",
2224
"test": "./test"
2325
},
2426
"types": "./docs/types",

lib/node_modules/@stdlib/ndarray/base/map/package.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -6,60 +6,60 @@
66
"author": {
77
"name": "The Stdlib Authors",
88
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9-
},
10-
"contributors": [
11-
{
12-
"name": "The Stdlib Authors",
13-
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
14-
}
15-
],
16-
"main": "./lib",
17-
"directories": {
18-
"benchmark": "./benchmark",
19-
"doc": "./docs",
20-
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test"
23-
},
24-
"types": "./docs/types",
25-
"scripts": {},
26-
"homepage": "https://github.com/stdlib-js/stdlib",
27-
"repository": {
28-
"type": "git",
29-
"url": "git://github.com/stdlib-js/stdlib.git"
30-
},
31-
"bugs": {
32-
"url": "https://github.com/stdlib-js/stdlib/issues"
33-
},
34-
"dependencies": {},
35-
"devDependencies": {},
36-
"engines": {
37-
"node": ">=0.10.0",
38-
"npm": ">2.7.0"
39-
},
40-
"os": [
41-
"aix",
42-
"darwin",
43-
"freebsd",
44-
"linux",
45-
"macos",
46-
"openbsd",
47-
"sunos",
48-
"win32",
49-
"windows"
50-
],
51-
"keywords": [
52-
"stdlib",
53-
"base",
54-
"strided",
55-
"array",
56-
"ndarray",
57-
"map",
58-
"apply",
9+
},
10+
"contributors": [
11+
{
12+
"name": "The Stdlib Authors",
13+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
14+
}
15+
],
16+
"main": "./lib",
17+
"directories": {
18+
"benchmark": "./benchmark",
19+
"doc": "./docs",
20+
"example": "./examples",
21+
"lib": "./lib",
22+
"test": "./test"
23+
},
24+
"types": "./docs/types",
25+
"scripts": {},
26+
"homepage": "https://github.com/stdlib-js/stdlib",
27+
"repository": {
28+
"type": "git",
29+
"url": "git://github.com/stdlib-js/stdlib.git"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/stdlib-js/stdlib/issues"
33+
},
34+
"dependencies": {},
35+
"devDependencies": {},
36+
"engines": {
37+
"node": ">=0.10.0",
38+
"npm": ">2.7.0"
39+
},
40+
"os": [
41+
"aix",
42+
"darwin",
43+
"freebsd",
44+
"linux",
45+
"macos",
46+
"openbsd",
47+
"sunos",
48+
"win32",
49+
"windows"
50+
],
51+
"keywords": [
52+
"stdlib",
53+
"base",
54+
"strided",
55+
"array",
56+
"ndarray",
57+
"map",
58+
"apply",
5959
"unary",
60-
"foreach",
61-
"transform",
60+
"foreach",
61+
"transform",
6262
"for-each"
63-
],
64-
"__stdlib__": {}
63+
],
64+
"__stdlib__": {}
6565
}

0 commit comments

Comments
 (0)