UNPKG

veendor

Version:

a tool for stroing your npm dependencies in arbitraty storage

18 lines (16 loc) 306 B
'use strict'; module.exports = { backends: [ { alias: 'local-git', push: true, backend: 'git-lfs', options: { repo: `${process.env.TEST_REPO_DIR}` } } ], packageHash: { suffix: 'test' } };