Commit 17730ad
authored
Fix package.json engines and required Node version (#950)
Including "pnpm" in the engines field of your package.json for a library
is generally not recommended, even if you use it for building the
library. The engines field is typically used to specify runtime
environments (such as Node.js versions) that are required to run the
library, not the tools used to build or develop it. Most developers
expect the engines field to list only the runtime requirements, not
development tools like package managers.1 parent 36e1b19 commit 17730ad
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
0 commit comments