Skip to content

Commit

Permalink
Fix tap reporter with legacy-peer-deps in .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Nov 14, 2021
1 parent ab4c64d commit b8eba94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package-lock=false
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^16.0.0",
"tap": "^14.0.0",
"tap": "^15.0.10",
"tsd": "^0.18.0",
"typescript": "^4.2.4"
},
Expand Down

0 comments on commit b8eba94

Please sign in to comment.