Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): move semantic-release to devDependencies (#330)
Users of this library don't need semantic-release to use it, so move it. IIUC devDependencies are not installed transitively, whereas dependencies are, so this change keeps things clean for users of this library.
- Loading branch information