Skip to content

Commit

Permalink
Merge pull request #86 from andrewblaney/bluebird_typedef
Browse files Browse the repository at this point in the history
Fix: bluebird import in type def
  • Loading branch information
nspragg committed Feb 11, 2020
2 parents 7d3bccd + 5f4e218 commit dacc9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EventEmitter } from "events";
import Bluebird from "bluebird";
import * as Bluebird from "bluebird";

declare module 'filehound' {
class FileHound extends EventEmitter {
Expand Down

0 comments on commit dacc9e0

Please sign in to comment.