Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Dec 12, 2024
1 parent af6b772 commit 4de9f03
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
"homepage": "http://github.com/xmppjs/ltx",
"bugs": "http://github.com/xmppjs/ltx/issues",
"type": "module",
"main": "lib/ltx.js",
"module": "src/ltx.js",
"main": "src/ltx.js",
"exports": {
"import": "./src/ltx.js",
"require": "./lib/ltx.js"
},
"contributors": [
"Stephan Maka",
"Will Fife",
Expand Down

0 comments on commit 4de9f03

Please sign in to comment.