mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
Improve change-version.js (#33148)
* switch to async/await * remove shelljs * switch to globby; supports .gitignore out of the box * don't write any files to the disk if they are indentical * add two more cmd switches: --dry and --verbose * strip leading "v" from version arguments so that we don't end up with duplicate `v`s
This commit is contained in:
@@ -118,6 +118,7 @@
|
||||
"eslint-plugin-unicorn": "^28.0.2",
|
||||
"find-unused-sass-variables": "^3.1.0",
|
||||
"glob": "^7.1.6",
|
||||
"globby": "^11.0.2",
|
||||
"hammer-simulator": "0.0.1",
|
||||
"hugo-bin": "^0.69.0",
|
||||
"ip": "^1.1.5",
|
||||
|
||||
Reference in New Issue
Block a user