This is what happens when you don't bundle your source into dist/index.js before publishing. 😛 (I've been very careful to do this with isomorphic-git - even the nodejs code is bundled.)
Because of node's design, every single file in your tarball is part of your public API, so what you thought of as a 'patch' change @mafintosh is really a 'major' change because it breaks @noffle's module.
This is what happens when you don't bundle your source into
dist/index.js
before publishing. 😛 (I've been very careful to do this with isomorphic-git - even thenodejs code
is bundled.)Because of
node
's design, every single file in your tarball is part of your public API, so what you thought of as a 'patch' change @mafintosh is really a 'major' change because it breaks @noffle's module.You're doing semver wrong @mafintosh! #DontHateTheMessenger 😆