Skip to content

Commit 805583e

Browse files
committed
⬆️ 3.0.6 🎉
1 parent a56e3e5 commit 805583e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-to-ascii",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "A Node.JS module that converts images to ASCII art.",
55
"main": "lib/index.js",
66
"directories": {
@@ -19,7 +19,7 @@
1919
"png",
2020
"node"
2121
],
22-
"author": "Ionică Bizău <[email protected]> (http://ionicabizau.net)",
22+
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
2323
"contributors": [
2424
"Eric Baer <[email protected]>",
2525
"ComFreek <[email protected]>",
@@ -74,13 +74,12 @@
7474
"bin/",
7575
"app/",
7676
"lib/",
77-
"build/",
7877
"dist/",
7978
"src/",
79+
"scripts/",
8080
"resources/",
8181
"menu/",
82-
"scripts/",
8382
"cli.js",
8483
"index.js"
8584
]
86-
}
85+
}

0 commit comments

Comments
 (0)