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:
authorSteven <stevokk@hotmail.com>2016-09-08 15:54:24 +0300
committerRebecca Turner <me@re-becca.org>2016-10-07 01:37:39 +0300
commit30772cc5f80923bf21c003fbe53e5fed9d3a5d97 (patch)
treeddfe1064a15b3b43d8e5900169417d37ad347609 /doc
parent24117289e09c373b845150c45e4793d98fe7cf4b (diff)
doc: Update package.json example to include github branches
Credit: @stevokk Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/13904
Diffstat (limited to 'doc')
-rw-r--r--doc/files/package.json.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index f58343604..4d8538500 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -472,7 +472,8 @@ included. For example:
"version": "0.0.0",
"dependencies": {
"express": "visionmedia/express",
- "mocha": "visionmedia/mocha#4727d357ea"
+ "mocha": "visionmedia/mocha#4727d357ea",
+ "module": "user/repo#feature\/branch"
}
}