waypoints icon indicating copy to clipboard operation
waypoints copied to clipboard

bower install of 4.0.1 has lib folder from 4.0.0

Open phazei opened this issue 8 years ago • 2 comments

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

phazei avatar Sep 14 '17 23:09 phazei

If I do an npm install the files are proper

phazei avatar Sep 14 '17 23:09 phazei

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

recrit avatar Jan 09 '21 23:01 recrit