add version bump script (#10)

This commit is contained in:
aidenlx
2022-01-23 05:13:50 +08:00
committed by GitHub
parent 4f502e92eb
commit f3286063d3
6 changed files with 24 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"env": { "node": true },
"plugins": [
"@typescript-eslint"
],