Skip to content

Commit 67a716b

Browse files
committed
fix(eslint-plugin): dts path typo, close #181
1 parent b37a8a6 commit 67a716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"main": "./dist/index.js",
29-
"types": "./dts/dts/index.d.ts",
29+
"types": "./dist/dts/index.d.ts",
3030
"files": [
3131
"dist"
3232
],

0 commit comments

Comments
 (0)