From b572012c8bfe8fa935bd56be2d74f877c0662a9d Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sat, 30 Jan 2016 02:01:38 +0800 Subject: [PATCH] Update user-agent string to pnpm.js --- lib/got.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/got.js b/lib/got.js index 1f2311403d..cc48486b95 100644 --- a/lib/got.js +++ b/lib/got.js @@ -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' }) }) }