The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.0.10

SYNOPSIS

In your dist.ini:

    [Web::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) 2015 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.