Skip to content

Commit 3e48ca7

Browse files
committed
feat: add exports
1 parent d044f28 commit 3e48ca7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
"version": "0.0.0",
44
"main": "index.js",
55
"type": "module",
6+
"repository": {
7+
"url": "git@github.com:todor-a/who-added.git"
8+
},
69
"bin": {
710
"who-added": "./dist/index.js"
811
},
12+
"exports": {
13+
"bin": "./dist/index.js"
14+
},
915
"scripts": {
1016
"build": "tsdown",
1117
"format": "npx @biomejs/biome format --write",

0 commit comments

Comments
 (0)