hackergrrl / hypergit

Manage and clone peer-to-peer git repositories.
206 stars 9 forks source link

Cannot find module 'hypercore/lib/crypto' #14

Closed billiegoose closed 6 years ago

billiegoose commented 6 years ago

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.

You're doing semver wrong @mafintosh! #DontHateTheMessenger 😆