corede-core
v6.0.57-umbrella
Published
Core functionalities
Downloads
541
Readme
To Dos In Publish
login to npm:
$> npm login
version update:
2.1. if change is patch change (bug fix with backward compatibility), then ..[-] third component of the SemVer will be changed.
2.2. if change is minor change (new behavior with backward compatibility), then .[-]. second component of the SemVer will be changed.
2.3. if change is major change (incompatible change), then [-].. first component of the SemVer will be changed.
build:
$> npm run build
check which files will be packaged:
$> npm pack --dry-run
publish:
$> npm publish