Skip to content

Updating dependencies

Choose a tag to compare

@garthenweb garthenweb released this 24 Apr 12:05
· 9 commits to master since this release

This release is a small maintenance update that updates dependencies and cleans up some lines of code.

Further the default value for the cache directory (options.cacheDir) is changed from __dirname + '/../../webp-cache' to path.join(process.cwd(), 'webp-cache').