1.0.2 • Published 4 years ago

joe-greeter v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Joe Greeter

An example npm package

Scripts lifecycle

prepare: Run before package is packed and published and on local npm install

prepublishOnly: Run before prepare and only on npm publish

preversion: Run before bumping a new package version

version: Run after new version has been pumped and before Git commit about version bump is made.

postversion: Run after the Git commit about version bump is made.

Commands

npm publish: Publish the package. Will run prepare -> prepublishOnly

npm version patch: Bump patch version, will run preversion -> version -> postversion

npm version minor: Bump minor version, will run preversion -> version -> postversion

npm version major: Bump major version, will run preversion -> version -> postversion

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago