diff --git a/jquery.raty/jquery.raty.tests.ts b/jquery.raty/jquery.raty-tests.ts similarity index 100% rename from jquery.raty/jquery.raty.tests.ts rename to jquery.raty/jquery.raty-tests.ts diff --git a/jquery.raty/jquery.raty.d.ts b/jquery.raty/jquery.raty.d.ts index 35e0f80ad..cc9a1bc0c 100644 --- a/jquery.raty/jquery.raty.d.ts +++ b/jquery.raty/jquery.raty.d.ts @@ -1,4 +1,5 @@ // Type definitions for jQuery.raty 2.7.0 +// Project: https://github.com/wbotelhos/raty // Definitions by: Matt Wheatley /// @@ -12,7 +13,7 @@ interface JQuery { raty(method: 'readonly', on: boolean): void; raty(method: 'cancel', on: boolean): void; raty(method: 'reload'): void; - raty(method: 'set', options: JQueryRatyOptions); + raty(method: 'set', options: JQueryRatyOptions): void; raty(method: 'destroy'): JQuery; raty(method: 'move', number: number): void; }