Skip to content

Commit 3f7e8fe

Browse files
committed
Add missing path global
1 parent db233d5 commit 3f7e8fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

globals.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
globby as _globby,
99
nothrow,
1010
os as _os,
11+
path as _path,
1112
question,
1213
sleep,
1314
} from '.'
@@ -24,6 +25,7 @@ declare global {
2425
var glob: typeof _globby.globby & typeof _globby
2526
var nothrow: nothrow
2627
var os: typeof _os
28+
var path: typeof _path
2729
var question: question
2830
var sleep: sleep
2931
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zx",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A tool for writing better scripts",
55
"main": "dist/index.cjs",
66
"exports": {

0 commit comments

Comments
 (0)