Skip to content

Commit

Permalink
Suppress warning when package sets engines.pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Sep 22, 2019
1 parent fea852b commit 10bb170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/package-compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const aliases = map({

const ignore = [
'npm', // we'll never satisfy this for obvious reasons
'pnpm', // used by alternative package manager
'teleport', // a module bundler used by some modules
'rhino', // once a target for older modules
'cordovaDependencies', // http://bit.ly/2tkUePg
Expand Down

0 comments on commit 10bb170

Please sign in to comment.