Skip to content

Commit

Permalink
⬆️ 3.1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Oct 20, 2023
1 parent 5fc133e commit ba9ad31
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 39 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-to-ascii",
"version": "3.0.14",
"version": "3.1.0",
"description": "A Node.JS module that converts images to ASCII art.",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -31,7 +31,6 @@
"url": "https://github.com/IonicaBizau/image-to-ascii/issues"
},
"homepage": "https://github.com/IonicaBizau/image-to-ascii",
"devDependencies": {},
"blah": {
"h_img": "http://i.imgur.com/pKydY5P.png",
"ex_img": "http://i.imgur.com/Om8G7dZ.png",
Expand Down Expand Up @@ -65,13 +64,13 @@
"cli": "image-to-ascii-cli"
},
"dependencies": {
"asciify-pixel-matrix": "^1.0.0",
"compute-size": "^1.0.1",
"image-parser": "^1.0.0",
"imgpx": "^1.0.2",
"one-by-one": "^3.1.0",
"terminal-char-width": "^1.0.0",
"ul": "^5.2.1"
"asciify-pixel-matrix": "^1.0.14",
"compute-size": "^1.0.13",
"image-parser": "^1.2.8",
"imgpx": "^1.0.13",
"one-by-one": "^3.2.8",
"terminal-char-width": "^1.0.10",
"ul": "^5.2.15"
},
"files": [
"bin/",
Expand Down

0 comments on commit ba9ad31

Please sign in to comment.