Remove pnpm-specific .npmrc setting that causes npm warning

package-import-method=hardlink is pnpm's default since v7 and does not
need to be set explicitly. npm reads .npmrc and warns about unknown
project config keys — removing it silences the warning with no effect
on pnpm behavior.
This commit is contained in:
Aric Camarata 2026-02-25 11:17:19 -05:00
parent b44d9a958b
commit 423560c0ab

2
.npmrc
View file

@ -1 +1 @@
package-import-method=hardlink