Update user-agent string to pnpm.js

This commit is contained in:
Rico Sta. Cruz
2016-01-30 02:01:38 +08:00
parent cc9c8f0803
commit b572012c8b

View File

@@ -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'
})
})
}