mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix peertube helpers tsx tests
This commit is contained in:
parent
2055962c84
commit
9c63644b2d
@ -5,7 +5,10 @@
|
||||
"files": [ "dist" ],
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./*": "./dist/*"
|
||||
"./*": {
|
||||
"peertube:tsx": "./*",
|
||||
"default": "./dist/*"
|
||||
}
|
||||
},
|
||||
"devDependencies": {},
|
||||
"dependencies": {}
|
||||
|
Loading…
Reference in New Issue
Block a user