ng-admin icon indicating copy to clipboard operation
ng-admin copied to clipboard

Remove json-server from dev dependencies

Open fzaninotto opened this issue 8 years ago • 1 comments

json-server is used by protractor to provide a fake REST API. But FakeRest is already doing the job. It should be easy to remove.

fzaninotto avatar Mar 02 '16 19:03 fzaninotto

In fact, json-server is only used to serve static files. I could try to use http-server instead but it's not intended to be use as module for the moment.

alexisjanvier avatar Mar 02 '16 20:03 alexisjanvier