Skip to content

Commit 2e4d407

Browse files
fix: types export
1 parent 86079e4 commit 2e4d407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"denocheck": "deno test ./denotest.mts",
4848
"test": "node --test"
4949
},
50-
"types": "./dist/index.d.ts",
51-
"version": "9.0.0"
50+
"types": "./dist/index.d.mts",
51+
"version": "9.0.1"
5252
}

0 commit comments

Comments
 (0)