Skip to content

Commit 0361dcc

Browse files
committedApr 28, 2019
Fix missing TypeScript import
Fixes #83
1 parent f30ca85 commit 0361dcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"filesystem"
4747
],
4848
"dependencies": {
49+
"@types/glob": "^7.1.1",
4950
"globby": "^6.1.0",
5051
"is-path-cwd": "^2.0.0",
5152
"is-path-in-cwd": "^2.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.