We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671cad1 commit 71659eeCopy full SHA for 71659ee
doc/files/package.json.md
@@ -733,12 +733,16 @@ The host architecture is determined by `process.arch`
733
734
## preferGlobal
735
736
-**DEPRECATED**
+Inform that this package is usually installed globally.
737
738
This option used to trigger an npm warning, but it will no longer warn. It is
739
purely there for informational purposes. It is now recommended that you install
740
any binaries as local devDependencies wherever possible.
741
742
+## preferDev
743
+
744
+Inform that this package is usually installed in `devDependencies`.
745
746
## private
747
748
If you set `"private": true` in your package.json, then npm will refuse
0 commit comments