Skip to content

Releases: BrandwatchLtd/vendor-copy

v1.2.0

12 Jul 10:33
Compare
Choose a tag to compare

Adds support for recursively copying folders.

v1.1.0

12 Jul 10:32
Compare
Choose a tag to compare

Adds support for a devVendorCopy in the package file, which copies across files when not executed in production mode (either NODE_ENV !== 'production' or npm install is run without the production flag).

Initial release.

25 May 08:23
Compare
Choose a tag to compare

This release is:

  • A module which exposes a function which takes an array of copy specs and copies files accordingly.
  • A cli utility which looks for a vendorCopy field in a host package.json and feed the specs in it to the module.