UNPKG

version-select

Version:

This package allows you to update the version of the package.json file depending on the selected option.

6 lines (3 loc) 89 B
#! /usr/bin/env node const { updateVersion } = require('./index.js'); updateVersion();