Skip to content

Commit

Permalink
doc: Update package.json example to include github branches
Browse files Browse the repository at this point in the history
Credit: @stevokk
Reviewed-By: @iarna
PR-URL: npm/npm#13904
  • Loading branch information
stevenkissack authored and iarna committed Oct 6, 2016
1 parent 2411728 commit 30772cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/files/package.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit 30772cc

Please sign in to comment.