Skip to content

Commit 75a37f8

Browse files
committed
fix indent
1 parent 50fad97 commit 75a37f8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

packages/feedback/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"module": "build/npm/esm/index.js",
2020
"types": "build/npm/types/index.d.ts",
2121
"exports": {
22-
"./package.json": "./package.json",
23-
".": {
24-
"import": {
25-
"types": "./build/npm/types/index.d.ts",
26-
"default": "./build/npm/esm/index.js"
27-
},
28-
"require": {
29-
"types": "./build/npm/types/index.d.ts",
30-
"default": "./build/npm/cjs/index.js"
31-
}
32-
}
22+
"./package.json": "./package.json",
23+
".": {
24+
"import": {
25+
"types": "./build/npm/types/index.d.ts",
26+
"default": "./build/npm/esm/index.js"
27+
},
28+
"require": {
29+
"types": "./build/npm/types/index.d.ts",
30+
"default": "./build/npm/cjs/index.js"
31+
}
32+
}
3333
},
3434
"typesVersions": {
3535
"<4.9": {

0 commit comments

Comments
 (0)