NAME
Dist::Zilla::Plugin::JSAN::NPM::Publish - Publish your module in npm with `dzil release`
VERSION
version 0.06
SYNOPSIS
In your dist.ini:
[JSAN::NPM::Publish]
sudo = 1 ; add `sudo` to the publish call, defaults to 0
DESCRIPTION
This plugin will just call `npm publish <tarball>` during `dzil release`.
AUTHOR
Nickolay Platonov <nplatonov@cpan.org>
COPYRIGHT AND LICENSE
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.