2
0
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:
XhmikosR
2021-03-11 11:37:52 +02:00
committed by GitHub
parent 6b3254536b
commit e153e5f5b2
2 changed files with 43 additions and 73 deletions
+1
View File
@@ -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",