Skip to content

Commit

Permalink
bump dns-packet
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed May 24, 2021
1 parent 7f7c010 commit dab6705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"bin": "cli.js",
"dependencies": {
"dns-packet": "^4.0.0",
"dns-packet": "^5.2.2",
"thunky": "^1.0.2"
},
"devDependencies": {
"standard": "^10.0.3",
"standard": "^11.0.1",
"tape": "^4.8.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var port = function (cb) {
}

var configs = [
{ip: '127.0.0.1', multicast: false}
{ip: '127.0.0.1', multicast: false}
// {'interface': '127.0.0.1', multicast: true}
]

Expand Down

0 comments on commit dab6705

Please sign in to comment.