Skip to content

Commit

Permalink
chore: update dependencies and release rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jan 31, 2021
1 parent a3b3298 commit 28d825c
Show file tree
Hide file tree
Showing 4 changed files with 794 additions and 1,221 deletions.
4 changes: 0 additions & 4 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "build", "release": "patch"},
{"type": "ci", "release": "patch"},
{"type": "chore", "release": "patch"},
{"type": "docs", "release": "patch"},
{"type": "refactor", "release": "patch"},
{"type": "style", "release": "patch"},
{"type": "test", "release": "patch"}
Expand Down
2 changes: 1 addition & 1 deletion build/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports.srcExt = function (src) {
* =========================*/
const MIN_WIDTH = 30;
const ANSI_CATS = [
' (( /|_/|\n \\\\.._.\' , ,\\\n /\\ | \'.__ v /\n (_ . / " \n ) _)._ _ /\n \'.\\ \\|( / ( mrf\n \'\' \'\'\\\\ \\\\',
' (( /|_/|\n \\\\.._.\' , ,\\\n /\\ | \'.__ v /\n (_ . / " \n ) _)._ _ /\n \'.\\ \\|( / ( mur\n \'\' \'\'\\\\ \\\\',
' _._ _,-\'""`-._\n(,-.`._,\'( |\\`-/|\n `-.-\' \\ )-`( , o o)\n `- \\`_`"\'-',
' /\\_/\\ (\n ( ^.^ ) _)\n \\"/ (\n ( | | )\n(__d b__)',
' /^--^\\ /^--^\\ /^--^\\\n\\____/ \\____/ \\____/\n / \\ / \\ / \\\n | | | | | |\n \\__ __/ \\__ __/ \\__ __/\n|^|^|^|^\\ \\^|^|^|^/ /^|^|^|^|^\\ \\^|^|^|^|^|\n| | | | |\\ \\| | |/ /| | | | | | \\ \\ | | | |\n| | | | / / | | |\\ \\| | | | | |/ /| | | | |\n| | | | \\/| | | | \\/| | | | | |\\/ | | | | |\n###########################################'
Expand Down
Loading

0 comments on commit 28d825c

Please sign in to comment.