diff --git a/extensions/classname/package.json b/extensions/classname/package.json index ec4c3aa92..d04b99ff1 100644 --- a/extensions/classname/package.json +++ b/extensions/classname/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/extensions/color/package.json b/extensions/color/package.json index 8b47ec66d..c44671895 100644 --- a/extensions/color/package.json +++ b/extensions/color/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/extensions/events/package.json b/extensions/events/package.json index 6b146da99..6dfb936bb 100644 --- a/extensions/events/package.json +++ b/extensions/events/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/extensions/hyper-link/package.json b/extensions/hyper-link/package.json index b2f68f3d0..e48082391 100644 --- a/extensions/hyper-link/package.json +++ b/extensions/hyper-link/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/extensions/langs/package.json b/extensions/langs/package.json index a3829d506..30f6feee8 100644 --- a/extensions/langs/package.json +++ b/extensions/langs/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/extensions/line-numbers-relative/package.json b/extensions/line-numbers-relative/package.json index c2f36d0c1..40649c7fe 100644 --- a/extensions/line-numbers-relative/package.json +++ b/extensions/line-numbers-relative/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/extensions/mentions/package.json b/extensions/mentions/package.json index bf1a3df03..310badcd8 100644 --- a/extensions/mentions/package.json +++ b/extensions/mentions/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/extensions/zebra-stripes/package.json b/extensions/zebra-stripes/package.json index 5a15978db..2d9ebb439 100644 --- a/extensions/zebra-stripes/package.json +++ b/extensions/zebra-stripes/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/merge/package.json b/merge/package.json index 9c8e66067..575a3d296 100644 --- a/merge/package.json +++ b/merge/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.tsx --use-babel", "build": "tsbb build src/*.tsx --use-babel", diff --git a/themes/abcdef/package.json b/themes/abcdef/package.json index 2c4ea0fc1..a038893c9 100644 --- a/themes/abcdef/package.json +++ b/themes/abcdef/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/abyss/package.json b/themes/abyss/package.json index d19fb3bfd..595f8022a 100644 --- a/themes/abyss/package.json +++ b/themes/abyss/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/all/package.json b/themes/all/package.json index 86ba7d618..fb16a9ce0 100644 --- a/themes/all/package.json +++ b/themes/all/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/androidstudio/package.json b/themes/androidstudio/package.json index 7f70fc561..78ea7b4ff 100644 --- a/themes/androidstudio/package.json +++ b/themes/androidstudio/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/andromeda/package.json b/themes/andromeda/package.json index 290419e7b..ac978a6b2 100644 --- a/themes/andromeda/package.json +++ b/themes/andromeda/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/atomone/package.json b/themes/atomone/package.json index e1a0d0c8f..8e8eb8f48 100644 --- a/themes/atomone/package.json +++ b/themes/atomone/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/aura/package.json b/themes/aura/package.json index 2c53470df..12ed63511 100644 --- a/themes/aura/package.json +++ b/themes/aura/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/bbedit/package.json b/themes/bbedit/package.json index 5cb473091..8054b8e09 100644 --- a/themes/bbedit/package.json +++ b/themes/bbedit/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/bespin/package.json b/themes/bespin/package.json index 5f4c7de0c..475c630ee 100644 --- a/themes/bespin/package.json +++ b/themes/bespin/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/copilot/package.json b/themes/copilot/package.json index c43e2762b..7cabc3156 100644 --- a/themes/copilot/package.json +++ b/themes/copilot/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/darcula/package.json b/themes/darcula/package.json index 593066de8..3209ed4f2 100644 --- a/themes/darcula/package.json +++ b/themes/darcula/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/dracula/package.json b/themes/dracula/package.json index daeac946c..f0da3886e 100644 --- a/themes/dracula/package.json +++ b/themes/dracula/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/duotone/package.json b/themes/duotone/package.json index 3b2d70db6..9ac0af213 100644 --- a/themes/duotone/package.json +++ b/themes/duotone/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/eclipse/package.json b/themes/eclipse/package.json index 647150a55..31183be19 100644 --- a/themes/eclipse/package.json +++ b/themes/eclipse/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/github/package.json b/themes/github/package.json index c4bb83d49..b60a0e9ca 100644 --- a/themes/github/package.json +++ b/themes/github/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/gruvbox/package.json b/themes/gruvbox/package.json index 087c1942c..7db09daa0 100644 --- a/themes/gruvbox/package.json +++ b/themes/gruvbox/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/kimbie/package.json b/themes/kimbie/package.json index 5e7c3e96b..cbb550a0e 100644 --- a/themes/kimbie/package.json +++ b/themes/kimbie/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/material/package.json b/themes/material/package.json index a63dce2ab..6cbd5e0bc 100644 --- a/themes/material/package.json +++ b/themes/material/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/monokai-dimmed/package.json b/themes/monokai-dimmed/package.json index be952da48..2691a70ec 100644 --- a/themes/monokai-dimmed/package.json +++ b/themes/monokai-dimmed/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/monokai/package.json b/themes/monokai/package.json index f2fb612e6..62fb6a423 100644 --- a/themes/monokai/package.json +++ b/themes/monokai/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/noctis-lilac/package.json b/themes/noctis-lilac/package.json index e68d5cb38..b7a49a4f5 100644 --- a/themes/noctis-lilac/package.json +++ b/themes/noctis-lilac/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/nord/package.json b/themes/nord/package.json index 34bd29df2..cc180b263 100644 --- a/themes/nord/package.json +++ b/themes/nord/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/okaidia/package.json b/themes/okaidia/package.json index 91e7ec714..5d2b7305b 100644 --- a/themes/okaidia/package.json +++ b/themes/okaidia/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/quietlight/package.json b/themes/quietlight/package.json index 7a8be1b4b..e91347ad2 100644 --- a/themes/quietlight/package.json +++ b/themes/quietlight/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/red/package.json b/themes/red/package.json index 52a580712..958c61a52 100644 --- a/themes/red/package.json +++ b/themes/red/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/sublime/package.json b/themes/sublime/package.json index a1e9540d0..44760a161 100644 --- a/themes/sublime/package.json +++ b/themes/sublime/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/tokyo-night-day/package.json b/themes/tokyo-night-day/package.json index b69af9a81..d2abcbd9f 100644 --- a/themes/tokyo-night-day/package.json +++ b/themes/tokyo-night-day/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/tokyo-night-storm/package.json b/themes/tokyo-night-storm/package.json index fd1837086..c27eadb1f 100644 --- a/themes/tokyo-night-storm/package.json +++ b/themes/tokyo-night-storm/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/tokyo-night/package.json b/themes/tokyo-night/package.json index 144c20537..1b3f07cd1 100644 --- a/themes/tokyo-night/package.json +++ b/themes/tokyo-night/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/tomorrow-night-blue/package.json b/themes/tomorrow-night-blue/package.json index eba9168ae..8397277ab 100644 --- a/themes/tomorrow-night-blue/package.json +++ b/themes/tomorrow-night-blue/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/vscode/package.json b/themes/vscode/package.json index bd501ee7a..f286581f4 100644 --- a/themes/vscode/package.json +++ b/themes/vscode/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel" diff --git a/themes/xcode/package.json b/themes/xcode/package.json index 97ca5457f..9aecb2ad8 100644 --- a/themes/xcode/package.json +++ b/themes/xcode/package.json @@ -8,6 +8,13 @@ "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", + "exports": { + ".": { + "require": "./cjs/index.js", + "import": "./esm/index.js" + }, + "./*": "./*" + }, "scripts": { "watch": "tsbb watch src/*.ts --use-babel", "build": "tsbb build src/*.ts --use-babel"