console logs its semver number (useful for testing)
JavaScript
Usage:
yarn add semver-console@0.0.0
import 'semver-console'
this will show up in your console:
"SEMVER: 0.0.0"
yarn upgrade semver-console@1.0.0
this will show up in your console:
"SEMVER: 1.0.0"