Skip to content

Commit 2c7d442

Browse files
committed
fix: export only main
1 parent 5235821 commit 2c7d442

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
"main": "dist/index.cjs",
55
"types": "dist/index.d.ts",
66
"module": "dist/index.js",
7-
"exports": {
8-
"./plugin": "./dist/plugin.js",
9-
"./container": "./dist/container.js"
10-
},
117
"license": "MIT",
12-
"bin": {
13-
"what-the-dep": "dist/create.js"
14-
},
158
"homepage": "https://github.com/softnetics/what-the-dep",
169
"bugs": {
1710
"url": "https://github.com/softnetics/what-the-dep"

0 commit comments

Comments
 (0)