Skip to content

Commit d2bc8bd

Browse files
fix: export types
1 parent 6ecd02f commit d2bc8bd

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"type": "module",
3131
"files": [
3232
"LICENSE",
33-
"src"
33+
"src",
34+
"types"
3435
],
3536
"homepage": "https://github.com/nwutils/runner",
3637
"repository": {

types/main.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ export type Options = {
2424
* Cache directory
2525
*/
2626
cacheDir: string;
27-
/**
28-
* If true, throw error
29-
*/
30-
glob: boolean;
3127
/**
3228
* CLI arguments
3329
*/
@@ -41,7 +37,6 @@ export type Options = {
4137
* @property {"ia32" | "x64" | "arm64"} arch Target arch
4238
* @property {string} srcDir Source directory
4339
* @property {string} cacheDir Cache directory
44-
* @property {boolean} glob If true, throw error
4540
* @property {string[]} argv CLI arguments
4641
*/
4742
/**

0 commit comments

Comments
 (0)