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:
@@ -5,7 +5,10 @@
|
||||
"files": [ "dist" ],
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./*": "./dist/*"
|
||||
"./*": {
|
||||
"peertube:tsx": "./*",
|
||||
"default": "./dist/*"
|
||||
}
|
||||
},
|
||||
"devDependencies": {},
|
||||
"dependencies": {}
|
||||
|
||||
Reference in New Issue
Block a user