Support npm-shrinkwrap.json out-of-the-box (#439)

This commit is contained in:
AJ Jordan
2022-07-04 17:29:56 -04:00
committed by GitHub
parent 78faa555e1
commit b3ca1ac971
4 changed files with 4 additions and 4 deletions

View File

@ -59926,7 +59926,7 @@ const exec = __importStar(__nccwpck_require__(1514));
const cache = __importStar(__nccwpck_require__(7799));
exports.supportedPackageManagers = {
npm: {
lockFilePatterns: ['package-lock.json', 'yarn.lock'],
lockFilePatterns: ['package-lock.json', 'npm-shrinkwrap.json', 'yarn.lock'],
getCacheFolderCommand: 'npm config get cache'
},
pnpm: {