Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
v18.5.0-stargate.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Feb 9, 2021
1 parent dbb0759 commit f7dd269
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-live-common"
},
"version": "18.4.0-beta-stargate.1",
"version": "18.5.0-stargate.0",
"main": "lib/index.js",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,11 @@
"jest": {
"testEnvironment": "node",
"coverageDirectory": "./coverage/",
"coverageReporters": ["json", "lcov", "clover"],
"coverageReporters": [
"json",
"lcov",
"clover"
],
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"src/__tests__"
Expand Down

0 comments on commit f7dd269

Please sign in to comment.