Skip to content

Commit cbf285f

Browse files
kgrytestdlib-bot
authored andcommitted
chore: update package meta data
Signed-off-by: stdlib-bot <[email protected]>
1 parent 1b2c035 commit cbf285f

File tree

6 files changed

+6
-45
lines changed

6 files changed

+6
-45
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/assert/is-complex128/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17-
"directories": {
18-
"benchmark": "./benchmark",
19-
"doc": "./docs",
20-
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test"
23-
},
17+
"directories": {},
2418
"types": "./docs/types",
2519
"scripts": {},
2620
"homepage": "https://github.com/stdlib-js/stdlib",

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/assert/is-complex64/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17-
"directories": {
18-
"benchmark": "./benchmark",
19-
"doc": "./docs",
20-
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test"
23-
},
17+
"directories": {},
2418
"types": "./docs/types",
2519
"scripts": {},
2620
"homepage": "https://github.com/stdlib-js/stdlib",

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/complex/cmplx/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17-
"directories": {
18-
"benchmark": "./benchmark",
19-
"doc": "./docs",
20-
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test"
23-
},
17+
"directories": {},
2418
"types": "./docs/types",
2519
"scripts": {},
2620
"homepage": "https://github.com/stdlib-js/stdlib",

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/complex/conj/package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17-
"gypfile": true,
18-
"directories": {
19-
"benchmark": "./benchmark",
20-
"doc": "./docs",
21-
"example": "./examples",
22-
"include": "./include",
23-
"lib": "./lib",
24-
"src": "./src",
25-
"test": "./test"
26-
},
17+
"directories": {},
2718
"types": "./docs/types",
2819
"scripts": {},
2920
"homepage": "https://github.com/stdlib-js/stdlib",

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/error/reviver/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17-
"directories": {
18-
"benchmark": "./benchmark",
19-
"doc": "./docs",
20-
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test"
23-
},
17+
"directories": {},
2418
"types": "./docs/types",
2519
"scripts": {},
2620
"homepage": "https://github.com/stdlib-js/stdlib",

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/error/to-json/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17-
"directories": {
18-
"benchmark": "./benchmark",
19-
"doc": "./docs",
20-
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test"
23-
},
17+
"directories": {},
2418
"types": "./docs/types",
2519
"scripts": {},
2620
"homepage": "https://github.com/stdlib-js/stdlib",

0 commit comments

Comments
 (0)