From 98187043eca463f1f360340d58b6252be34c0745 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 28 Sep 2017 11:14:55 -0600 Subject: [PATCH] typo fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43582af..061b93f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dns-pack.js": "bin/dns-pack.js", "dns-parse.js": "bin/dns-parse.js", "dns-test.js": "bin/dns-test.js", - "mdns-capture.js": "bin/mdns-capture.js", + "mdns-capture.js": "bin/mdns-capture.js" }, "scripts": { "test": "node test/parser.js && node test/packer.js"