Skip to content

Commit 57523c8

Browse files
committed
fixup package.json
1 parent fab8ceb commit 57523c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
"name": "nvim-node",
33
"author": "dlants",
44
"type": "module",
5-
"version": "0.0.0",
5+
"version": "0.0.1",
66
"license": "MIT",
77
"description": "minimalist neovim client for node",
88
"repository": {
99
"type": "git",
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)