Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move generated-code-dependencies to peerDependencies.
I'm tempted to remove these dependencies all together because at this point ts-proto has many different flags that can change whether the generated code actually does/does not use certain dependencies. I.e. users using the "only types" output probably don't want ts-proto to bring in any dependencies. I guess in that case, they could be using ts-proto as a devDependency. Fixes #147.
- Loading branch information