1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Ryan Kes
035b7bfc92 updated packages 2020-11-11 11:36:30 +01:00
Ryan Kes
b2597f45e0 refactor: expotWiki now conforms to commitlint conventional-changelog 2020-11-11 11:36:04 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -13,5 +13,5 @@ grep -ril "^\#+select_tags:[\ a-zA-Z0-9]namepage" "$fromDir"*.org | while read -
done
git -C "$toDir" add .
git -C "$toDir" commit -m "Update $date"
git -C "$toDir" commit -m "feat: update $date"
git -C "$toDir" push origin master

View File

@ -3,11 +3,11 @@
"coc-css": ">=1.2.6",
"coc-go": ">=0.12.0",
"coc-html": ">=1.3.1",
"coc-jest": ">=1.1.1",
"coc-jest": ">=1.1.2",
"coc-json": ">=1.3.2",
"coc-pairs": ">=1.2.21",
"coc-python": ">=1.2.12",
"coc-rust-analyzer": ">=0.13.0",
"coc-python": ">=1.2.13",
"coc-rust-analyzer": ">=0.14.0",
"coc-tsserver": ">=1.6.0",
"coc-yaml": ">=1.1.0"
}