Skip to content

Commit

Permalink
build: remove pnpm engine value due to lack of yarn support
Browse files Browse the repository at this point in the history
Yarn displays a warning due to an unknown engine value of `pnpm`.  Until this is corrected upstream, the value can be temporarily removed to eliminate the multiple, but otherwise harmless, warnings shown to users upon package install.
  • Loading branch information
clydin authored and mgechev committed Jan 15, 2020
1 parent f1ffb10 commit 59cf170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/packages.ts
Expand Up @@ -84,7 +84,6 @@ function loadPackageJson(p: string) {
pkg['engines'] = {
'node': '>= 10.13.0',
'npm': '>= 6.11.0',
'pnpm': '>= 3.2.0',
'yarn': '>= 1.13.0',
};
break;
Expand Down

0 comments on commit 59cf170

Please sign in to comment.