fixed conflicts

This commit is contained in:
Shubham Tiwari 2022-07-08 05:04:05 +00:00 committed by GitHub
commit 59088c2a15
12 changed files with 82 additions and 11 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: {