@ikas/app-helpers
Advanced tools
Comparing version 1.0.1-alpha.13 to 1.0.1-alpha.14
{ | ||
"name": "@ikas/app-helpers", | ||
"version": "1.0.1-alpha.13", | ||
"version": "1.0.1-alpha.14", | ||
"description": "ikas store app helpers", | ||
@@ -24,8 +24,8 @@ "main": "dist/index.js", | ||
"build": "npx tsc", | ||
"version:patch": "yarn build && npm --no-git-tag-version version patch && git add .", | ||
"version:alpha": "yarn build && npm --no-git-tag-version version prerelease --preid=alpha && git add ." | ||
"version:patch": "yarn build && npm --no-git-tag-version version patch && git add package.json", | ||
"version:alpha": "yarn build && npm --no-git-tag-version version prerelease --preid=alpha && git add package.json" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "git-branch-is development && yarn version:alpha || true" | ||
"pre-commit": "git-branch-is main && (yarn version:patch) || (git-branch-is development && yarn version:alpha)" | ||
} | ||
@@ -32,0 +32,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
18175