typo fix
This commit is contained in:
parent
4ffce1d405
commit
98187043ec
|
@ -7,7 +7,7 @@
|
||||||
"dns-pack.js": "bin/dns-pack.js",
|
"dns-pack.js": "bin/dns-pack.js",
|
||||||
"dns-parse.js": "bin/dns-parse.js",
|
"dns-parse.js": "bin/dns-parse.js",
|
||||||
"dns-test.js": "bin/dns-test.js",
|
"dns-test.js": "bin/dns-test.js",
|
||||||
"mdns-capture.js": "bin/mdns-capture.js",
|
"mdns-capture.js": "bin/mdns-capture.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test/parser.js && node test/packer.js"
|
"test": "node test/parser.js && node test/packer.js"
|
||||||
|
|
Loading…
Reference in New Issue