johntron / superagent-no-cache

Plugin for visionmedia/superagent that adds headers to all requests that prevents caching.
26 stars 18 forks source link

Fixes #17 - Removes dependency to 'ie' module #19

Closed oliverlaz closed 7 years ago

oliverlaz commented 7 years ago

This patch removes the dependency towards 'ie' module (which isn't present in package.json). Using 'component-ie' module should be enough as current code defaults to it.

scniro commented 7 years ago

can someone please merge this? My build process is hung up on this

oliverlaz commented 7 years ago

Thanks!