mattiash / angular-tablesort

Sort angularjs tables easily
MIT License
184 stars 66 forks source link

More correctly reference the TypeScript typedefs #82

Closed ChrisMBarr closed 7 years ago

ChrisMBarr commented 7 years ago

According to this page: https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html The package.json file should use the types property to point at the typedef file. In my previous PR where I made the typedefs, I incorrectly used the wrong property and also pointed at the folder instead of the file.

mattiash commented 7 years ago

Looks reasonable. Thank you!