Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Correct 'message' doc
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 13, 2011
1 parent a907058 commit 7a6f190
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/cli/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,12 @@ Show extended information in `npm ls`

### message

* Default: null
* Type: [null, String]
* Default: "%s"
* Type: String

Commit message which is used by `npm version` when creating version commit.
When null, "version <version>" is used.

Any "%s" in the message will be replaced with the version number.

### node-version

Expand Down

0 comments on commit 7a6f190

Please sign in to comment.