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:
Diffstat (limited to 'man1/edit.1')
-rw-r--r--man1/edit.119
1 files changed, 3 insertions, 16 deletions
diff --git a/man1/edit.1 b/man1/edit.1
index aebbf1d95..750d0ca71 100644
--- a/man1/edit.1
+++ b/man1/edit.1
@@ -22,19 +22,6 @@ After it has been edited, the package is rebuilt so as to pick up any
changes in compiled packages\.
.
.P
-Note: If you\'re finding yourself using this a lot, it\'s probably better
-to use \fBnpm link\fR instead\. However, it is extremely handy when used in
-conjunction with \fBnpm bundle\fR\|\.
-.
-.P
-For instance, you can do \fBnpm bundle install connect\fR to install connect
-into your package, and then \fBnpm bundle edit connect\fR to make a few
-changes to your locally bundled copy\.
-.
-.SH "CONFIGURATION"
-.
-.SS "editor"
-Default: env\.EDITOR
-.
-.P
-The program to use to edit files\.
+For instance, you can do \fBnpm install connect\fR to install connect
+into your package, and then \fBnpm edit connect\fR to make a few
+changes to your locally installed copy\.