factory-girl icon indicating copy to clipboard operation
factory-girl copied to clipboard

Move babel-runtime to devDependencies

Open SteveDeWald opened this issue 4 years ago • 0 comments

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.

SteveDeWald avatar Jul 20 '20 04:07 SteveDeWald