Skip to content

Commit f102d1a

Browse files
committed
fix types field
1 parent 32d131e commit f102d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@
136136
"test:cover": "nyc mocha -r jiti/register test/*",
137137
"test:unit": "mocha -r jiti/register test/*"
138138
},
139-
"types": "dist/index.d.ts"
139+
"types": "dist/cli.d.ts"
140140
}

0 commit comments

Comments
 (0)