UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

10 lines 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.YARN_GLOBAL_DIR = exports.YARN_CACHE_DIR = exports.PNPM_CACHE_DIR = exports.PNPM_STORE_DIR = exports.PNPM_CACHE_BASE_DIR = exports.NPM_CACHE_DIR = void 0; exports.NPM_CACHE_DIR = 'npm'; exports.PNPM_CACHE_BASE_DIR = 'pnpm'; exports.PNPM_STORE_DIR = `${exports.PNPM_CACHE_BASE_DIR}/store`; exports.PNPM_CACHE_DIR = `${exports.PNPM_CACHE_BASE_DIR}/cache`; exports.YARN_CACHE_DIR = 'yarn'; exports.YARN_GLOBAL_DIR = 'berry'; //# sourceMappingURL=constants.js.map