Release v0.3.0 #6

Merged
ksv741 merged 3 commits from krylov into main 2024-04-04 07:36:36 +03:00
Showing only changes of commit 3bbbea7b2a - Show all commits

View File

@ -15,6 +15,7 @@
}, },
"scripts": { "scripts": {
"prepare": "rm -rf dist && tsc && tsc-alias", "prepare": "rm -rf dist && tsc && tsc-alias",
"prepack": "rm -rf dist && tsc && tsc-alias",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"lint": "eslint --ignore-pattern node_modules --color src", "lint": "eslint --ignore-pattern node_modules --color src",
"release": "standard-version" "release": "standard-version"