Skip to content

Commit 7da9669

Browse files
authored
Merge pull request #323 from badsyntax/fix-types
Fix index types exports
2 parents e59a153 + 41b71b1 commit 7da9669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types-package/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Output } from './proto/gradle_tasks_pb';
1+
import { Output } from './lib/proto/gradle_tasks_pb';
22
import { RunTaskHandler } from './lib/runTask.d';
33

44
export { Output, RunTaskHandler };

0 commit comments

Comments
 (0)