Skip to content

Commit

Permalink
fix: add buffer to ip (#115)
Browse files Browse the repository at this point in the history
missed this one on the previous PR
  • Loading branch information
hugomrdias authored Mar 18, 2020
1 parent cf924ad commit deb7c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ip.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict'

const { Buffer } = require('buffer')
const isIp = require('is-ip')

const isIP = isIp
Expand Down

0 comments on commit deb7c9f

Please sign in to comment.