Bower configuration
Hello Jordan,
I created a new bower.json file using bower init command
The bower.json file above will resolve the issue (https://github.com/jschr/bootstrap-modal/issues/242)
You need to create a new GitHub tag (like 2.2.5.1 or 2.2.6)...
Hope this helps! Even more.
Am I right to assume the bower.json file needs to be updated to 2.2.6 before creating the tag?
Jordan, when I forked your repository and updated bower.json file I commit the file and create a new tag because bower register command use semver to get the latest version of your project, so, yes! You need to update to 2.2.6 because the semver.
Look at this referente -> http://bdadam.com/blog/how-to-register-a-bower-package.html
Even more!