aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-03-11 11:37:52 +0200
committerGitHub <[email protected]>2021-03-11 11:37:52 +0200
commite153e5f5b2b82ad09a9874b8ff1dfca986790f76 (patch)
tree2d12d8f2601e5c0dbe48cb7d8bc227b3e3b8d983 /package.json
parent6b3254536bac263c39e3a536c3c13945210d91b2 (diff)
downloadbootstrap-e153e5f5b2b82ad09a9874b8ff1dfca986790f76.tar.xz
bootstrap-e153e5f5b2b82ad09a9874b8ff1dfca986790f76.zip
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 1c4bc4588..665c4ef3b 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",