Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 493 Bytes

npm.md

File metadata and controls

19 lines (11 loc) · 493 Bytes

NPM

Publish

Publish the current project under the version specified in the packages.json:

npm publish

To update the version number, run this before publishing:

npm version <update_type>

where <update_type> is one of the semantic versioning release types, patch, minor, or major.

Resources