Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

v0.1.3

Choose a tag to compare

@millzpaugh millzpaugh released this 03 Apr 16:22
· 15 commits to master since this release

This incorporates PRs #51 & #52

  • Removes aws-sdk (not used)
  • And nyc and a few other deps are only needed for local testing, so this PR moves them to [devDependencies](https://docs.npmjs.com/files/package.json#devdependencies).
  • needle is smaller than request, so this moves to needle like mapbox/node-pre-gyp#350
  • In regards to #47, we didn't consider the case where an empty directory could be symlinked & needs to be overwritten - this handles that case and adds a test. See original PR for this issue: #48