Skip to content

Commit 183a496

Browse files
committed
Made all v-padding 1-liners in final colored echos ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
1 parent f591266 commit 183a496

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@eslint/json": "^0.8.0",
3434
"@eslint/markdown": "^6.2.1",
35-
"@stylistic/eslint-plugin-js": "^2.12.1",
35+
"@stylistic/eslint-plugin-js": "^2.11.0",
3636
"eslint": "^9.16.0",
3737
"eslint-plugin-yml": "^1.16.0",
3838
"husky": "^9.1.7"

utils/bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo -e "Updated: ${BW}v${old_ver}${NC} → ${BG}v${new_ver}${NC}\n"
4646
# COMMIT/PUSH bump
4747
if (( $bumped_cnt == 0 )) ; then echo -e "${BW}Completed. No manifests bumped.${NC}"
4848
else
49-
echo -e "${BY}Committing bump to Git...${NC}"
49+
echo -e "${BY}Committing bump to Git...\n${NC}"
5050
git add ./**/manifest.json && git commit -n -m "Bumped \`version\` to $NEW_VER"
5151
git push
5252
echo -e "\n${BG}Success! Manifest updated/committed/pushed to GitHub${NC}"

0 commit comments

Comments
 (0)