aixigo / hal-http-client

A status code driven JSON HAL HTTP client based on the fetch API.
MIT License
3 stars 2 forks source link

Remove jasmine dependency #11

Closed alex3683 closed 7 years ago

alex3683 commented 7 years ago

Since jasmine is provided by the jasmine-es6 wrapper, the additional jasmine dependency is not only superfluous, but also harmful. Depending on the module installation order, the executable of one of the two packages may be eventually written to node_modules/.bin, while we always need the jasmine-es6 executable there.

alex3683 commented 7 years ago

Fixed on master (v0.7.0)