Commit 3f7e8fe

Anton Medvedev <anton@medv.io>
2021-08-31 23:44:12
Add missing path global tag: 4.1.1
1 parent db233d5
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": {