mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Fix bump-package-version is missing (#4100)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
1b743ee6be
commit
d77cb5b807
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user