Skip to content

Commit 370d3dd

Browse files
committed
fix: nothing was exported (2nd attempt...)
1 parent 994aa5c commit 370d3dd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
22
"name": "helloasso",
33
"module": "index.ts",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"type": "module",
66
"scripts": {
77
"build": "bun run build.mjs",
88
"prepublishOnly": "bun run build"
99
},
10+
"exports": {
11+
".": {
12+
"import": {
13+
"default": "./dist/index.js",
14+
"types": "./dist/index.d.ts"
15+
}
16+
}
17+
},
1018
"files": ["dist"],
1119
"keywords": ["bun", "helloasso", "api"],
1220
"license": "MIT",

0 commit comments

Comments
 (0)