mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-14 14:50:03 -04:00
update paths in package.json
This commit is contained in:
parent
c8c3aeb761
commit
cad770e2d1
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
],
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "dist/client.js",
|
||||
"types": "dist/client.d.ts"
|
||||
"import": "./dist/client.js",
|
||||
"types": "./dist/client.d.ts"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue