Skip to content

Commit bde0310

Browse files
committed
updated travis
1 parent 8f9b52a commit bde0310

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "img2ascii",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Convert images (local or url) to ascii art",
55
"main": "img2ascii.js",
66
"scripts": {
@@ -30,6 +30,7 @@
3030
"dependencies": {
3131
"gm": "^1.21.1",
3232
"picture-tube": "^1.0.0",
33+
"request": "^2.75.0",
3334
"request-promise": "^4.1.1",
3435
"yargs": "^6.0.0"
3536
},

0 commit comments

Comments
 (0)