Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#28328 from mipo57/patch-1
Browse files Browse the repository at this point in the history
Fix name of the module
  • Loading branch information
DanielRosenwasser authored Aug 24, 2018
2 parents a0e3c95 + 0487bd3 commit 37926fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/scrollreveal/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

declare const ScrollReveal: scrollReveal.ScrollRevealObject;

declare module 'ScrollReveal' {
declare module 'scrollreveal' {
export = ScrollReveal;
}

Expand Down

0 comments on commit 37926fa

Please sign in to comment.