Skip to content

Commit

Permalink
Revert exports
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed May 7, 2024
1 parent 066f9e0 commit 31b5ae7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .size-limit.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[
{
"name": "RichTextarea",
"path": "lib/index.js",
"path": "lib/index.mjs",
"import": "{ RichTextarea }",
"limit": "3 kB"
},
{
"name": "experimental_RichInput",
"path": "lib/index.js",
"path": "lib/index.mjs",
"import": "{ experimental_RichInput }",
"limit": "3.5 kB"
},
{
"name": "createRegexRenderer",
"path": "lib/index.js",
"path": "lib/index.mjs",
"import": "{ createRegexRenderer }",
"limit": "1.5 kB"
}
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"name": "rich-textarea",
"version": "0.25.1",
"description": "A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.",
"main": "lib/index.cjs",
"module": "lib/index.js",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./lib/index.d.ts",
"require": "./lib/index.cjs",
"import": "./lib/index.mjs",
"default": "./lib/index.js"
}
},
Expand Down
File renamed without changes.

0 comments on commit 31b5ae7

Please sign in to comment.