Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-03-11 12:37:52 +0300
committerGitHub <noreply@github.com>2021-03-11 12:37:52 +0300
commite153e5f5b2b82ad09a9874b8ff1dfca986790f76 (patch)
tree2d12d8f2601e5c0dbe48cb7d8bc227b3e3b8d983 /package.json
parent6b3254536bac263c39e3a536c3c13945210d91b2 (diff)
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
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1c4bc4588f..665c4ef3bd 100644
--- a/package.json
+++ b/package.json
@@ -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",