@sorrell/utilities
v1.1.6
Published
Various TypeScript utilities.
Maintainers
Readme
@sorrell/utilities
Purpose. This package hosts general-purpose utility functions, types, and bin scripts.
Scripts
publish-bump-safe
Purpose. Runs npm publish --access public for the package of the process.cwd().
If the version conflicts with what is already published, then it will run npm version patch first.
Usage
In any directory within a given npm package,
npx @sorrell/utilities publish-bump-safe