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:
authorJakob Krigovsky <jakob@krigovsky.com>2017-07-13 01:43:18 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-07-13 01:43:18 +0300
commitf398c700fb0f2f3665ebf45995a910ad16cd8d05 (patch)
tree9dcea112dde4dc4477df38c6808af0aa952431ca /doc
parentfb42d55a9a97afa5ab7db38b3b99088cf68684ea (diff)
docs: tweak heading hierarchy in package.json docs (#17684)
PR-URL: https://github.com/npm/npm/pull/17684 Credit: @sonicdoe Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/files/package.json.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index 2cfbc5a26..1b2b04fe2 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -472,7 +472,7 @@ Examples:
git+https://isaacs@github.com/npm/npm.git
git://github.com/npm/npm.git#v1.0.27
-## GitHub URLs
+### GitHub URLs
As of version 1.1.65, you can refer to GitHub urls as just "foo":
"user/foo-project". Just as with git URLs, a `commit-ish` suffix can be
@@ -488,7 +488,7 @@ included. For example:
}
}
-## Local Paths
+### Local Paths
As of version 2.0.0 you can provide a path to a local directory that contains a
package. Local paths can be saved using `npm install -S` or