Skip to content

Commit 0efc42f

Browse files
authored
Update package.json
1 parent f391450 commit 0efc42f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngnjs/libnet-node",
3-
"version": "1.0.0-alpha",
3+
"version": "1.0.0-alpha.1",
44
"description": "A plugin module for NGN.",
55
"type": "module",
66
"author": "Corey Butler\n",
@@ -14,7 +14,13 @@
1414
"bugs": {
1515
"url": "https://github.com/<owner>/<repo>/issues"
1616
},
17-
"main": "src/index.js",
17+
"main": "./src/index.js",
18+
"module": "index.js",
19+
"exports": {
20+
".": {
21+
"import": "./index.js"
22+
}
23+
},
1824
"peerDependencies": {
1925
"ngn": "^2.0.0-alpha.5",
2026
"@ngnjs/plugin": ">=1.0.0-alpha.8",
@@ -72,4 +78,4 @@
7278
"global"
7379
]
7480
}
75-
}
81+
}

0 commit comments

Comments
 (0)