mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-14 11:35:56 -04:00
Update user-agent string to pnpm.js
This commit is contained in:
@@ -31,7 +31,7 @@ function extend (options) {
|
||||
if (!options) options = {}
|
||||
return assign({}, options, {
|
||||
headers: assign({}, options.headers || {}, {
|
||||
'user-agent': 'https://github.com/rstacruz'
|
||||
'user-agent': 'https://github.com/rstacruz/pnpm.js'
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user