fordth / jinqJs

jinqJs provides a simple way to perform SQL like queries on javaScript arrays, collections and web services using LINQ expressions.
Other
93 stars 29 forks source link

Typings deployment #15

Closed pascalberger closed 7 years ago

pascalberger commented 8 years ago

Is there a reason why Typescript typings are deployed in the same NuGet package as the JavaScript library and not through DefinitelyTyped?

Beside that, all DefinitelyTyped typings are installed in Scripts\typings\<library>\ folder and not in typings\<library>\.

For consistency with other libraries I would suggest to use also DefinitelyTyped for deploying the typing definitions and stick to their guidelines.

fordth commented 8 years ago

I agree, I did notice that myself but haven't changed the structure. Also I just havent had the time yet to have it moved to DefinitelyTyped repository, but I do plan on getting that done soon.

fordth commented 7 years ago

This has been addressed with release version 1.6.1, I will be updating NuGet shortly.. Thank you!