hapi-react-starter-kit icon indicating copy to clipboard operation
hapi-react-starter-kit copied to clipboard

Cleanup dependencies in package.json

Open utvk opened this issue 9 years ago • 2 comments

Some of the dependencies in package.json, e.g. the babel deps, should probably be moved from dependencies to devDependecies?

utvk avatar Jan 24 '16 12:01 utvk

Also: Do you use "karma-phantomjs2-launcher": "^0.4.0",? maybe remove if not in use?

utvk avatar Jan 24 '16 12:01 utvk

I did move some devDependencies to dependencies on purpose to ease the building process for production deployment. If we move those back to devDependencies, then we can build the app on local and then deploy it. I don't know if that will cause issues on travis, I have not tried it. When I get the time, I will give it a shot and see what happens.

I am not using that launcher at the moment, so yes, it has to be removed.

Thank you for the heads up.

Dindaleon avatar Jan 25 '16 01:01 Dindaleon