Incorporating the bower components in your meteor package will limit the user to the versions that you have packaged.
Please remove the components and instead provide the user with sample bower dependencies so that the user can incorporate these into his or her own project and let the user maintain the dependencies.
Also, there is no need for the web handler, just let the user put these dependencies into for example public/bower_components or a directory of his or her own choice using the .bowerrc.
See http://bower.io/docs/config/ for more information.
See also #30 which might become irrelevant once you removed the externals from the repo 😁
Incorporating the bower components in your meteor package will limit the user to the versions that you have packaged.
Please remove the components and instead provide the user with sample bower dependencies so that the user can incorporate these into his or her own project and let the user maintain the dependencies.
Also, there is no need for the web handler, just let the user put these dependencies into for example public/bower_components or a directory of his or her own choice using the .bowerrc.
See http://bower.io/docs/config/ for more information.
See also #30 which might become irrelevant once you removed the externals from the repo 😁