Probably a simple question.
For some of the packages that we are using in our app and are no longer supported, but require tweaking to work with latest meteor or customising - we download the packages to the package folder within the app and tweak it for our needs. But we have struggled with some packages where a link (github) is not present or link is redirected to a different repositories.
Take for example
- summernote:summernote
- summernote:standalone
- easylogic:summernote-*
All of them point to summernote github repository and installs summernote 0.8.8 when included with meteor but site clearly says it is at 0.8.18.
In summary can somebody please help in explaining:-
- why the summernote packages in atmosphere installs 0.8.8 version of summernote and not the latest one though they seem to be pointing to summernote repo
- how to work or download an atmosphere package where there is no link on atmosphere.
Thanks