slite-change
Advanced tools
Comparing version 1.2.2-0 to 1.2.2-1
{ | ||
"name": "slite-change", | ||
"version": "1.2.2-0", | ||
"version": "1.2.2-1", | ||
"description": "A simple change management system for SQLite3 written in pure JavaScript/TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/slite-change.js", |
@@ -162,3 +162,3 @@ # slite-change | ||
```bash | ||
np --any-branch $(cat package.json|jq --raw-output '.version' | cut -d\- -f1)-$(git rev-parse --short HEAD) --tag=beta | ||
npm run beta | ||
``` | ||
@@ -165,0 +165,0 @@ |
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
47853