fix(ctb): move deps to dev to fix npm (#3297)
Fixes issues with npm by moving certain dependencies from "dependencies" to "devDependencies" and therefore not including them in the bundle that gets uploaded to npm. These dependencies did not include a package.json file, which was causing certain versions of npm to complain loudly.
Showing
Please register or sign in to comment