Skip to content

Commit 7dc02e6

Browse files
committed
fix: typo in types declaration
drive-by: mark v0.2.4
1 parent 8399ce2 commit 7dc02e6

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
@@ -1,10 +1,10 @@
11
{
22
"name": "deadmanswitch",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"description": "",
66
"exports": {
7-
".*": {
7+
".": {
88
"types": "./types/index.d.ts",
99
"import": "./lib/index.js",
1010
"require": "./lib/index.js"

0 commit comments

Comments
 (0)