
Dist::Zilla::Plugin::JSAN::NPM::Publish - Publish your module in npm with `dzil release`

version 0.06

In your dist.ini:
[JSAN::NPM::Publish]
sudo = 1 ; add `sudo` to the publish call, defaults to 0

This plugin will just call `npm publish <tarball>` during `dzil release`.

Nickolay Platonov <nplatonov@cpan.org>

This software is copyright (c) 2011 by Nickolay Platonov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.