Skip to content

Commit 77569da

Browse files
committed
fix auto import
1 parent 06d5413 commit 77569da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "errorgant",
3-
"version": "0.1.1",
3+
"version": "0.1.9",
44
"description": "try catch can get messy quickly, Errorgant is a simple type-safe way to handle errors inline.",
55
"type": "module",
66
"files": [
7-
"dist",
8-
"src"
7+
"dist"
98
],
9+
"module": "dist/index.js",
10+
"types": "dist/index.d.ts",
1011
"exports": {
1112
".": {
12-
"import": {
13-
"types": "./dist/index.d.ts"
14-
}
13+
"types": "./dist/index.d.ts",
14+
"default": "./dist/index.js"
1515
}
1616
},
1717
"scripts": {

0 commit comments

Comments
 (0)