Skip to content

Commit

Permalink
fix: use lru-cache named export
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 15, 2023
1 parent 6a72624 commit 5c59b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dns.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const LRUCache = require('lru-cache')
const { LRUCache } = require('lru-cache')
const dns = require('dns')

const defaultOptions = exports.defaultOptions = {
Expand Down

0 comments on commit 5c59b3d

Please sign in to comment.