Commit 3f7e8fe
Changed files (2)
globals.d.ts
@@ -8,6 +8,7 @@ import {
globby as _globby,
nothrow,
os as _os,
+ path as _path,
question,
sleep,
} from '.'
@@ -24,6 +25,7 @@ declare global {
var glob: typeof _globby.globby & typeof _globby
var nothrow: nothrow
var os: typeof _os
+ var path: typeof _path
var question: question
var sleep: sleep
}
package.json
@@ -1,6 +1,6 @@
{
"name": "zx",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "A tool for writing better scripts",
"main": "dist/index.cjs",
"exports": {