Skip to content

Commit 6451ffc

Browse files
author
Dimitar Kerezov
committed
Use qr-image for qr code generation
1 parent 8e12cc1 commit 6451ffc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"progress-stream": "0.5.0",
6565
"properties-parser": "0.2.3",
6666
"pullstream": "https://github.com/icenium/node-pullstream/tarball/master",
67-
"qrcode-generator": "1.0.0",
67+
"qr-image": "3.2.0",
6868
"request": "2.81.0",
6969
"rimraf": "2.2.6",
7070
"semver": "4.3.4",
@@ -87,6 +87,7 @@
8787
"@types/chai": "3.4.34",
8888
"@types/chai-as-promised": "0.0.29",
8989
"@types/node": "6.0.61",
90+
"@types/qr-image": "3.2.0",
9091
"@types/request": "0.0.42",
9192
"@types/semver": "5.3.31",
9293
"@types/source-map": "0.5.0",

test/stubs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ export class StaticConfig implements IStaticConfig {
438438
public COMMAND_HELP_FILE_NAME = 'command-help.json';
439439
public RESOURCE_DIR_PATH = path.join(__dirname, "resources");
440440
public QR_SIZE = 300;
441+
public USER_AGENT_NAME = "agent";
441442
public version = "1";
442443
helpTextPath = "help";
443444
adbFilePath = "adbFilePath";

0 commit comments

Comments
 (0)