0.2.1 • Published 10 years ago

npm-package-bumper v0.2.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

npm-package-bumper

Bump an npm package.json version (minor, major, patch).

  • Update: Now basically a wrapper for bump-anything with its default configuration.

Installation

npm install npm-package-bumper

Usage

var bumper = require("npm-package-bumper").configure();

// or 'minor', or 'patch'
bumper.major("package.json").then(onResolve, onReject);

That's it. Easy peasy.

Documentation

See the bump-anything documentation.

0.2.1

10 years ago

0.2.0

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.0

10 years ago