Fix npm compatibility

This commit is contained in:
TED Vortex 2021-07-08 15:45:36 +02:00
parent 38d90ce44d
commit dd49aa4984
No known key found for this signature in database
GPG key ID: 3A7C3F2DF91FB476

View file

@ -12,7 +12,7 @@ export interface PackageManagerInfo {
export const supportedPackageManagers: SupportedPackageManagers = {
npm: {
lockFilePatterns: ['package-lock.json', 'yarn.lock'],
lockFilePatterns: ['package-lock.json', 'npm-shrinkwrap.json'],
getCacheFolderCommand: 'npm config get cache'
},
yarn1: {