Skip to content

Commit

Permalink
Fix muffed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Mar 18, 2020
1 parent 0b11190 commit fcfc4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helper.js
Expand Up @@ -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) => {
Expand Down

0 comments on commit fcfc4f7

Please sign in to comment.