From fcfc4f7997ca1cf8aa73216952d63bc5260e426a Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Wed, 18 Mar 2020 13:59:12 -0700 Subject: [PATCH] Fix muffed merge --- lib/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helper.js b/lib/helper.js index 8bb1abc0c..34b349efd 100644 --- a/lib/helper.js +++ b/lib/helper.js @@ -3,7 +3,7 @@ const fs = require('graceful-fs') const path = require('path') const _ = require('lodash') -const useragent = require('useragent') +const useragent = require('ua-parser-js') const mm = require('minimatch') exports.browserFullNameToShort = (fullName) => {