Dev: move misplaced dependencies
Some dependencies are mistakenly placed in devDependencies section.
Thanks, you're right indeed. Since I'm in the process of restructuring Hyas (see also https://github.com/h-enk/hyas/pull/329), I will hold your PR for now. So, I'll get back to you later /soon.
The gethyas package is used by Hyas themes (e.g. Doks.) npm does not install devDependencies of a package it depends on. That's why all relevant gethyas dependencies are dependencies (and not devDependencies).
And that's what I've done, I moved them from devDeps to deps, not vice versa.
Yes, you're right! Sorry about that — I mixed up with another PR.
Thanks for your PR though!