Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 93eb14d

Browse files
committed
🐛 fix(imports): correct exported file for programatic importing
1 parent 1cdc91a commit 93eb14d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"license": "MIT",
1010
"author": "Jan Soukup <[email protected]>",
11-
"exports": "./dist/lib/index.js",
12-
"types": "./dist/lib/index.d.ts",
11+
"exports": "./dist/index.js",
12+
"types": "./dist/index.d.ts",
1313
"bin": {
1414
"utils": "./dist/cli.js"
1515
},

0 commit comments

Comments
 (0)