mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-23 19:09:25 +00:00
2e8653a3ee
Summary: - The value of `process.stdout.isTTY` is either `true` or `undefined`. Flow (reasonably) dislikes this, so we add an explicit check. - More `package.json` burnination. Test Plan: Note that `require("./package.json").proxy === undefined` in the Node console, and that `yarn start` works. wchargin-branch: flow--scripts-start