Skip to content

Commit 4c80922

Browse files
committed
Fix package.json typo
1 parent 2293ba9 commit 4c80922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"import": "./esm/plugins/go-to-line.mjs"
3030
},
3131
"./plugins/indent": {
32-
"import": "./esm/plugins/go-to-line.mjs"
32+
"import": "./esm/plugins/indent.mjs"
3333
},
3434
"./plugins/select-token-callbacks": {
3535
"import": "./esm/plugins/select-token-callbacks.mjs"

0 commit comments

Comments
 (0)