We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be974e commit 8fc430aCopy full SHA for 8fc430a
package.json
@@ -7,16 +7,16 @@
7
"types": "types/index.js",
8
"exports": {
9
".": {
10
- "default": "./index.js",
11
- "types": "./types/index.d.ts"
+ "types": "./types/index.d.ts",
+ "default": "./index.js"
12
},
13
"./no-default-renderer": {
14
- "default": "./no-default-renderer.js",
15
- "types": "./types/no-default-renderer.d.ts"
+ "types": "./types/no-default-renderer.d.ts",
+ "default": "./no-default-renderer.js"
16
17
"./temml": {
18
- "default": "./temml.js",
19
- "types": "./types/temml.d.ts"
+ "types": "./types/temml.d.ts",
+ "default": "./temml.js"
20
}
21
22
"scripts": {
0 commit comments