factory-girl
factory-girl copied to clipboard
Move babel-runtime to devDependencies
babel-runtime
doesn't appear to be an actual dependency anywhere in the source. Perhaps it's only used to build in a development environment?
Moving this to devDependencies
(if it isn't necessary) is helpful because package managers will assume the library depends on it otherwise.