diff --git a/package.json b/package.json index 1466136..01a5e8c 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,10 @@ "types": "./build/index.d.ts", "import": "./build/index.mjs" }, + "./mDNS": { + "types": "./build/mDNS.d.ts", + "import": "./build/mDNS.mjs" + }, "./vue/*.vue": { "import": "./build/vue/*.vue" },