@deboxsoft/module-core
Advanced tools
Comparing version 2.2.3 to 2.2.11
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.2.3", | ||
"version": "2.2.11", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -59,7 +59,4 @@ "maintainers": [ | ||
"bump": "pnpm run build && bump", | ||
"release:patch": "pnpm run bump -- patch -tp && pnpm publish", | ||
"release:minor": "pnpm run bump -- minor -tp && pnpm publish", | ||
"release:major": "pnpm run bump -- major -tp && pnpm publish", | ||
"release:dev": "git add . && pnpm run bump -- -cp prerelease && pnpm publish --tag dev --no-git-checks" | ||
"release:dev": "git add . && pnpm run bump -- -cp prerelease --tag dev --no-git-checks" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
71403