We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecd02f commit d2bc8bdCopy full SHA for d2bc8bd
2 files changed
package.json
@@ -30,7 +30,8 @@
30
"type": "module",
31
"files": [
32
"LICENSE",
33
- "src"
+ "src",
34
+ "types"
35
],
36
"homepage": "https://github.com/nwutils/runner",
37
"repository": {
types/main.d.ts
@@ -24,10 +24,6 @@ export type Options = {
24
* Cache directory
25
*/
26
cacheDir: string;
27
- /**
28
- * If true, throw error
29
- */
- glob: boolean;
/**
* CLI arguments
@@ -41,7 +37,6 @@ export type Options = {
41
* @property {"ia32" | "x64" | "arm64"} arch Target arch
42
38
* @property {string} srcDir Source directory
43
39
* @property {string} cacheDir Cache directory
44
- * @property {boolean} glob If true, throw error
45
40
* @property {string[]} argv CLI arguments
46
47
0 commit comments