waypoints
waypoints copied to clipboard
bower install of 4.0.1 has lib folder from 4.0.0
I installed waypoints with bower, it certainly said it installed 4.0.1, but if I look at the files in the lib folder, they contain 4.0.0 code
If I do an npm install the files are proper
there is some issue with the versions: latest 34d9f6d ( Sep 3, 2016): has the lib files updated with the changes made to "src/waypoint.js" in 4.0.1 tag. 4.0.1 9122b72 (Jul 10, 2016): Updates only made to "src/waypoint.js".
Resolution: use the "latest" tag OR fork and make your own 4.0.2 tag