Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2016-10-19 04:53:59 +0300
committerKat Marchán <kzm@sykosomatic.org>2016-10-19 10:55:15 +0300
commite16c14afb6f52cb8b7adf60b2b26427f76773f2e (patch)
tree0984d75ae08a82aebaea99e145141a1d82ef0979 /doc/misc/npm-config.md
parent70b352c6db41533b9a4bfaa9d91f7a2a1178f74e (diff)
npat: Remove the npat feature
PR-URL: https://github.com/npm/npm/pull/14329 Credit: @iarna Reviewed-By: @zkat
Diffstat (limited to 'doc/misc/npm-config.md')
-rw-r--r--doc/misc/npm-config.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index 9e21a4a3f..9d29da0e2 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -280,9 +280,6 @@ Show the description in `npm search`
Install `dev-dependencies` along with packages.
-Note that `dev-dependencies` are also installed if the `npat` flag is
-set.
-
### dry-run
* Default: false
@@ -607,13 +604,6 @@ Any "%s" in the message will be replaced with the version number.
The node version to use when checking a package's `engines` map.
-### npat
-
-* Default: false
-* Type: Boolean
-
-Run tests on installation.
-
### onload-script
* Default: false