Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into upgrade/config-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Oct 23, 2020
2 parents 7d95394 + b45a1bf commit 34bbec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nycrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@ethereumjs/config-nyc",
"extends": "@ethereumjs/config-coverage",
"include": [
"lib/**/*.ts"
]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"devDependencies": {
"@babel/plugin-transform-spread": "^7.10.1",
"@ethereumjs/config-nyc": "^1.1.1",
"@ethereumjs/config-coverage": "^2.0.0",
"@ethereumjs/config-typescript": "^2.0.0",
"@polkadot/ts": "^0.3.48",
"@types/node": "^14.11.5",
Expand All @@ -101,7 +101,7 @@
"karma-firefox-launcher": "^1.3.0",
"karma-tap": "^4.2.0",
"karma-typescript": "^5.0.3",
"nyc": "~13.3.0",
"nyc": "^14.1.1",
"pino": "^5.8.0",
"pino-pretty": "^2.2.2",
"standard": "~12.0.1",
Expand Down

0 comments on commit 34bbec0

Please sign in to comment.