mapbox/wellknown

bower and npm isnt up to date

Closed this issue · 3 comments

Hey, i recognized that the version that is in npm and bower doesn't reflect the actual master version. But the version in the package.json is the same at master, npm and bower, all 0.2.0. So it should reflect the same state, i guess?!

tmcw commented

master is an in-progress branch: between releases, it does not represent a release. releases in npm and bower will match git tags, but it's important to understand that npm and bower are not ways of 'downloading master' but of grabbing specific released tags. Tags are points in time.

ok i understand this, but then the generated wellknown.js in npm and bower (tag 0.2.0) isn't correct. There is no way to access the stringify method by using this file, but is available in the index.js. So for now there is no way to grep a specific version via npm or bower and directly use the wellknown.js.

tmcw commented

Hm, for bower this will be fixed in the next release. For npm, there's no reason why you would want to use wellknown.js: use node or browserify.