Skip to content

Commit 084a8cf

Browse files
fix package.json
1 parent 84d0c1b commit 084a8cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "internxt-crypto",
3-
"private": true,
43
"version": "0.0.1-alpha",
5-
"type": "module",
4+
"main": "dist/index.js",
5+
"module": "dist/index.js",
6+
"files": ["dist"],
67
"scripts": {
78
"prepare": "husky",
89
"dev": "vite",

0 commit comments

Comments
 (0)