Skip to content

Commit 48ca56e

Browse files
committed
Format
1 parent 72d9760 commit 48ca56e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
],
99
"type": "module",
1010
"exports": {
11-
".": {"types": "./dist/index.d.mts", "default":"./dist/index.mjs"},
11+
".": {
12+
"types": "./dist/index.d.mts",
13+
"default": "./dist/index.mjs"
14+
},
1215
"./*": "./*"
1316
},
1417
"repository": "prettier/yaml-unist-parser",

0 commit comments

Comments
 (0)