Skip to content

Commit

Permalink
changed codev version to address codecov/codecov-node#284 on yarn pub…
Browse files Browse the repository at this point in the history
…lish
  • Loading branch information
did-health committed Jul 8, 2022
1 parent ca4d101 commit 95475cc
Show file tree
Hide file tree
Showing 3 changed files with 1,440 additions and 1,397 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Expand Up @@ -4,5 +4,6 @@
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5",
"semi": false
"semi": false,
"endOfLine":"auto"
}
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -67,7 +67,7 @@
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"babel-jest": "27.0.5",
"codecov": "3.8.2",
"codecov": "3.8.3",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest": "24.3.6",
Expand All @@ -82,6 +82,7 @@
"dependencies": {
"@ethersproject/bignumber": "^5.1.0",
"@ethersproject/providers": "^5.1.0",
"did-resolver": "^3.1.2"
"did-resolver": "^3.1.2",
"teeny-request": "8.0.0"
}
}

0 comments on commit 95475cc

Please sign in to comment.