Fix bump-package-version is missing (#4100)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2023-11-29 18:08:23 +07:00 committed by GitHub
parent 1b743ee6be
commit d77cb5b807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@
"format": ""
},
"bin": {
"format": "./bin/format.js"
"format": "./bin/format.js",
"bump-package-version": "./bin/bump-package-version.js"
},
"devDependencies": {
"eslint-config-standard-with-typescript": "^40.0.0",