Skip to content

Commit 24f32c2

Browse files
committed
fixup package.json
1 parent fab8ceb commit 24f32c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"url": "git://github.com/dlants/nvim-node.git"
1111
},
1212
"exports": {
13-
"types": "./src/index.ts"
13+
".": {
14+
"default": "./src/index.ts",
15+
"types": "./src/index.ts"
16+
}
1417
},
1518
"release": {
1619
"branches": [

0 commit comments

Comments
 (0)