Projects STRLCPY cfonts Commits 47f52ece
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 509 lines
    510 510   
    511 511   
    512 512  ## Release History
     513 +* 2.8.4 - fixed block double quote
    513 514  * 2.8.3 - bumped dependencies
    514 515  * 2.8.2 - bumped dependencies, added linting, fixed #22 (again)
    515 516  * 2.8.1 - bumped dependencies
    skipped 54 lines
  • ■ ■ ■ ■ ■ ■
    fonts/block.json
    1 1  {
    2 2   "name": "block",
    3  - "version": "0.1.0",
     3 + "version": "0.1.1",
    4 4   "homepage": "https://github.com/dominikwilkowski/cfonts",
    5 5   "colors": 2,
    6 6   "lines": 6,
    skipped 455 lines
    462 462   " "
    463 463   ],
    464 464   "\"": [
    465  - "<c1>█╗█</c1><c2>╗</c2> ",
     465 + "<c1>█</c1><c2></c2><c1>█</c1><c2>╗</c2> ",
    466 466   "<c2>╚╝╚╝</c2> ",
    467 467   " ",
    468 468   " ",
    skipped 14 lines
  • ■ ■ ■ ■
    package.json
    1 1  {
    2 2   "name": "cfonts",
    3 3   "description": "Sexy fonts for the console",
    4  - "version": "2.8.3",
     4 + "version": "2.8.4",
    5 5   "homepage": "https://github.com/dominikwilkowski/cfonts",
    6 6   "author": {
    7 7   "name": "Dominik Wilkowski",
    skipped 128 lines
  • test/unit/fonts.spec.js
    Unable to diff as some line is too long.
  • ■ ■ ■ ■ ■ ■
    yarn.lock
    skipped 1495 lines
    1496 1496   integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w==
    1497 1497   
    1498 1498  caniuse-lite@^1.0.30001043:
    1499  - version "1.0.30001081"
    1500  - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001081.tgz#40615a3c416a047c5a4d45673e5257bf128eb3b5"
    1501  - integrity sha512-iZdh3lu09jsUtLE6Bp8NAbJskco4Y3UDtkR3GTCJGsbMowBU5IWDFF79sV2ws7lSqTzWyKazxam2thasHymENQ==
     1499 + version "1.0.30001083"
     1500 + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001083.tgz#52410c20c6f029f604f0d45eca0439a82e712442"
     1501 + integrity sha512-CnYJ27awX4h7yj5glfK7r1TOI13LBytpLzEgfj0s4mY75/F8pnQcYjL+oVpmS38FB59+vU0gscQ9D8tc+lIXvA==
    1502 1502   
    1503 1503  capture-exit@^2.0.0:
    1504 1504   version "2.0.0"
    skipped 371 lines
    1876 1876   safer-buffer "^2.1.0"
    1877 1877   
    1878 1878  electron-to-chromium@^1.3.413:
    1879  - version "1.3.467"
    1880  - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.467.tgz#84eeb332134d49f0e49b88588824e56b20af9e27"
    1881  - integrity sha512-U+QgsL8TZDU/n+rDnYDa3hY5uy3C4iry9mrJS0PNBBGwnocuQ+aHSfgY44mdlaK9744X5YqrrGUvD9PxCLY1HA==
     1879 + version "1.3.473"
     1880 + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.473.tgz#d0cd5fe391046fb70674ec98149f0f97609d29b8"
     1881 + integrity sha512-smevlzzMNz3vMz6OLeeCq5HRWEj2AcgccNPYnAx4Usx0IOciq9DU36RJcICcS09hXoY7t7deRfVYKD14IrGb9A==
    1882 1882   
    1883 1883  emoji-regex@^7.0.1:
    1884 1884   version "7.0.3"
    skipped 3098 lines
Please wait...
Page is in error, reload to recover