Skip to content

Commit 59cf170

Browse files
clydinmgechev
authored andcommitted
build: remove pnpm engine value due to lack of yarn support
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.
1 parent f1ffb10 commit 59cf170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/packages.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ function loadPackageJson(p: string) {
8484
pkg['engines'] = {
8585
'node': '>= 10.13.0',
8686
'npm': '>= 6.11.0',
87-
'pnpm': '>= 3.2.0',
8887
'yarn': '>= 1.13.0',
8988
};
9089
break;

0 commit comments

Comments
 (0)