Skip to content

Commit 3c51021

Browse files
committed
feat: add TS typings
1 parent de5522a commit 3c51021

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ sudo: false
22
os:
33
- linux
44
- osx
5+
- windows
56
language: node_js
67
node_js:
7-
- node
8+
- '14'
9+
- '12'
810
- '10'
911
- '8'
1012
- '6'

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
declare function getBashPath(paths?: string[]): string | null
2+
3+
export = getBashPath

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"gulp-format-md": "^2.0.0",
24-
"mocha": "^6.0.2"
24+
"mocha": "^6.2.3"
2525
},
2626
"keywords": [
2727
"bash",

0 commit comments

Comments
 (0)