Closed gauntface closed 7 years ago
If the idea is that npm-publish-scripts
is still the recommended way of publishing things, then I'd feel much better if we continued listing it alongside the compatible version info package.json
, and then ensured that we ran the local copy by referencing it inside of package.json
's scripts
field.
Relying on folks to use a globally installed version of npm-publish-scripts
without having any means of enforcing versioning seems like it's asking for trouble, and we're run into similar trouble if you released any breaking changes in npm-publish-scripts
moving forward.
Done.
Thanks for taking care of this!
@jeffposnick apologies for the mess with previous release.
This PR does a few things:
If you want to confirm that the output to npm is sane, run
npm pack
.Fixes #223