grug / data-mocks

Library to mock local data requests using Fetch or XHR
MIT License
63 stars 12 forks source link

Separate dev dependencies out of dependencies in package.json #5

Closed grug closed 7 years ago

grug commented 7 years ago

At the moment, all dependencies are in the dependencies object in package.json but they don't need to be. It would be good if someone could move the dev dependencies into devDependencies.

kirjai commented 7 years ago

Closed by #6