Skip to content

Commit

Permalink
mDNS in packagejson
Browse files Browse the repository at this point in the history
  • Loading branch information
booploops committed Oct 15, 2024
1 parent 1f1e4c2 commit 9df5661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 9df5661

Please sign in to comment.