Skip to content

Commit

Permalink
Fix zemu_test
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-matto committed Aug 31, 2021
1 parent b8d5aac commit 8f5d590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"@zondax/zemu": "leejw51crypto/zemu#master",
"bech32": "^2.0.0",
"ledger-cosmos-js": "^2.1.8",
"typescript": "^4.1.4"
"typescript": "^4.1.4",
"tslib": "1.10.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
2 changes: 1 addition & 1 deletion tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 8f5d590

Please sign in to comment.