@bisrvn/utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@bisrvn/utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Interfaces and util functions", | ||
@@ -13,3 +13,6 @@ "main": "./dist/index.js", | ||
"build": "tsup", | ||
"test": "jest" | ||
"test": "jest", | ||
"prepublish": "jest && npm run build", | ||
"patch": "npm version patch", | ||
"publish": "git push --tags && git push && npm publish" | ||
}, | ||
@@ -16,0 +19,0 @@ "publishConfig": { |
# Utils | ||
This library contains a selection of standardized interfaces and functions used across projects in `@bisrvn`. | ||
## Publish | ||
First, make sure all tests passes and the project builds correctly: | ||
`npm run prepublish` | ||
Bump version: | ||
`npm run patch` | ||
Publish the package: | ||
`npm run publish` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11992
16