From e153e5f5b2b82ad09a9874b8ff1dfca986790f76 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 11 Mar 2021 11:37:52 +0200 Subject: 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 --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') 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", -- cgit v1.2.3