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
path: root/doc
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
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')
-rw-r--r--doc/cli/npm-test.md3
-rw-r--r--doc/misc/npm-config.md10
2 files changed, 0 insertions, 13 deletions
diff --git a/doc/cli/npm-test.md b/doc/cli/npm-test.md
index fe746cc73..8a379e2ef 100644
--- a/doc/cli/npm-test.md
+++ b/doc/cli/npm-test.md
@@ -11,9 +11,6 @@ npm-test(1) -- Test a package
This runs a package's "test" script, if one was provided.
-To run tests as a condition of installation, set the `npat` config to
-true.
-
## SEE ALSO
* npm-run-script(1)
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