Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: duplicate v4-proto dep into devDep (#245)
Was running into an issue where everytime I tried to commit with an updated v4-clients, I got ```Cannot find module '@dydxprotocol/v4-proto/...``` Figured out from [here](https://dev.to/jody/a-tip-on-using-peer-dependencies-with-typescript-2bji) that this is expected from moving proto into peerDependencies. Managed to get things working (using jeremy's nifty lil local install script) by duplicating into `devDependencies` which I think should be adequate (as opposed to moving it into `dependencies` but someone lmk if I'm wrong
- Loading branch information