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

Commit

Permalink
Add platform and arch to the default user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs authored and isaacs committed Jan 18, 2013
1 parent f9b6cf3 commit 7e5f6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cli/config.md
Expand Up @@ -398,7 +398,7 @@ A proxy to use for outgoing https requests.

### user-agent

* Default: npm/{npm.version} node/{process.version}
* Default: node/{process.version} {process.platform} {process.arch}
* Type: String

Sets a User-Agent to the request header
Expand Down

0 comments on commit 7e5f6f9

Please sign in to comment.