1.0.6 • Published 7 years ago
bump-client-dependency v1.0.6
Bump Client Dependency
A simple script to increase the version number in ClientDependency.config files, commonly found in Umbraco CMS projects.
Usage
You can either install this locally using:
npm install -g bump-client-dependencyThis will then allow you to run the following:
$ bump-client-dependency
$ bump-cd
$ bcdAlternatively, you can use npx:
$ npx bump-client-dependencyThis will install the latest version, execute it, and then remove it. Ideal for keeping up to date with the latest.
Using in CI builds
You can run:
$ npx bump-client-dependency -tInstead of incrementing the version number by 1, it will be updated to the current timestamp.