Javascript Package - Publish
About
Module publication
Articles Related
Node
- Node module are available after publication to npm through https://unpkg.com/
Conf
in package.json
- private: true to prevent it from being published at all
- publishConfig“:{“registry”:“http://my-internal-registry.local”} to publish it only to an internal registry.
Publishing to NPMjs
Example How to develop, publish and use a javascript library ? from Publishing to NPM