Skip to content

Commit ba9ad31

Browse files
committed
⬆️ 3.1.0 🎉
1 parent 5fc133e commit ba9ad31

File tree

2 files changed

+38
-39
lines changed

2 files changed

+38
-39
lines changed

package-lock.json

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

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-to-ascii",
3-
"version": "3.0.14",
3+
"version": "3.1.0",
44
"description": "A Node.JS module that converts images to ASCII art.",
55
"main": "lib/index.js",
66
"directories": {
@@ -31,7 +31,6 @@
3131
"url": "https://github.com/IonicaBizau/image-to-ascii/issues"
3232
},
3333
"homepage": "https://github.com/IonicaBizau/image-to-ascii",
34-
"devDependencies": {},
3534
"blah": {
3635
"h_img": "http://i.imgur.com/pKydY5P.png",
3736
"ex_img": "http://i.imgur.com/Om8G7dZ.png",
@@ -65,13 +64,13 @@
6564
"cli": "image-to-ascii-cli"
6665
},
6766
"dependencies": {
68-
"asciify-pixel-matrix": "^1.0.0",
69-
"compute-size": "^1.0.1",
70-
"image-parser": "^1.0.0",
71-
"imgpx": "^1.0.2",
72-
"one-by-one": "^3.1.0",
73-
"terminal-char-width": "^1.0.0",
74-
"ul": "^5.2.1"
67+
"asciify-pixel-matrix": "^1.0.14",
68+
"compute-size": "^1.0.13",
69+
"image-parser": "^1.2.8",
70+
"imgpx": "^1.0.13",
71+
"one-by-one": "^3.2.8",
72+
"terminal-char-width": "^1.0.10",
73+
"ul": "^5.2.15"
7574
},
7675
"files": [
7776
"bin/",

0 commit comments

Comments
 (0)