Created
August 30, 2019 20:27
-
-
Save zkochan/41329d68cbd74862225dc462a69674fa to your computer and use it in GitHub Desktop.
overrides for pnpmfile.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jest-resolve": { | |
"peerDependencies": { | |
"jest-haste-map": "*" | |
} | |
}, | |
"winston-transport": { | |
"peerDependencies": { | |
"logform": "*" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment