0.0.2 • Published 7 years ago

bumpitty-bump-bump v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Bumpitty-Bump-Bump (aka b3)

Bump a value in your package.json so that Docker (and others) notice changes.

API

cli

npm install -g bumpitty-bump-bump
cd your-project && b3

programmatic

npm install -S bumpitty-bump-bump
import {bumpSync, bump, bumpp} from 'bumpitty-bump-bump';

// bumpSync is synchronous
// bump is async callback style
// bumpp is async promise style
0.0.2

7 years ago

0.0.1

7 years ago