Skip to content

Commit

Permalink
remove iconv + update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Knkajfw committed Apr 25, 2020
1 parent 2aac6a8 commit 0461bf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
13 changes: 3 additions & 10 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pastelikedoinb",
"version": "1.3.1",
"version": "1.3.2",
"description": "An app that generates and auto-type LOL flash tracking messages",
"main": "main.js",
"scripts": {
Expand All @@ -15,11 +15,10 @@
},
"dependencies": {
"https-proxy-agent": "^5.0.0",
"iconv-lite": "^0.5.1",
"minimist": ">=0.2.1",
"nanoid": "^2.1.9",
"qrcode": "^1.4.4",
"robotjs": "^0.6.0",
"socket.io-client": "^2.3.0",
"minimist": ">=0.2.1"
"socket.io-client": "^2.3.0"
}
}

0 comments on commit 0461bf6

Please sign in to comment.