I'm using the jquery-validation plugin (https://github.com/jquery-validation) and I've installed it via NuGet Package Manager in Visual Studio. On the repository I see multiple files that are not included with the NuGet utility:
https://github.com/jquery-validation/jquery-validation/tree/1.19.5/dist
In my project I see only:
jquery.validate.jsjquery.validate.min.js
and the jquery.validate-vsdoc.js (this one created by Visual Studio).Why weren't the other files installed (for example additional-methods.min.js)?