UNPKG

veendor

Version:

a tool for stroing your npm dependencies in arbitraty storage

15 lines (13 loc) 257 B
'use strict'; module.exports = { backends: [ { alias: 'local-git', push: true, backend: 'git-lfs', options: { repo: `${process.env.TEST_REPO_DIR}` } } ] };