Skip to content

Commit

Permalink
Add missing path global
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Aug 31, 2021
1 parent db233d5 commit 3f7e8fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
globby as _globby,
nothrow,
os as _os,
path as _path,
question,
sleep,
} from '.'
Expand All @@ -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
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3f7e8fe

Please sign in to comment.