Skip to content

Commit

Permalink
Merge branch 'main' into fix-promisify
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed May 9, 2021
2 parents 29691a4 + d6789d1 commit 2d5e604
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ interface $ {
verbose: boolean
shell: string
cwd: string
prefix: string
quote: (input: string) => string
}

export const $: $
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"files": [
"*.mjs",
"*.js"
"*.js",
"*.d.ts"
],
"repository": "google/zx",
"author": "Anton Medvedev <anton@medv.io>",
Expand Down

0 comments on commit 2d5e604

Please sign in to comment.