summaryrefslogtreecommitdiff
path: root/packages/misskey-js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/misskey-js/package.json')
-rw-r--r--packages/misskey-js/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index acb9e0ea6e..5ac7e0b24a 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -8,10 +8,12 @@
"types": "./built/index.d.ts",
"exports": {
".": {
+ "default": "./built/index.js",
"import": "./built/index.js",
"types": "./built/index.d.ts"
},
"./*": {
+ "default": "./built/*",
"import": "./built/*",
"types": "./built/*"
}