Skip to content

Commit aeb558f

Browse files
committed
fix: add missing index.d.cts file
1 parent b818b8d commit aeb558f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/old-buses-know.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-import-resolver-typescript": patch
3+
---
4+
5+
fix: add missing `index.d.cts` file

.github/workflows/pkg-pr-new.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Build
2828
run: yarn build
2929

30-
- run: yarn dlx pkg-pr-new publish
30+
- run: yarn dlx pkg-pr-new publish --compact

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",
66
"repository": "https://github.com/import-js/eslint-import-resolver-typescript",
77
"author": "Alex Gorbatchev <[email protected]>",
8-
"contributors": [
8+
"maintainers": [
99
"JounQin <[email protected]> (https://www.1stG.me)"
1010
],
1111
"funding": "https://opencollective.com/eslint-import-resolver-typescript",
@@ -39,6 +39,7 @@
3939
},
4040
"types": "lib/index.d.ts",
4141
"files": [
42+
"index.d.cts",
4243
"lib",
4344
"!**/*.tsbuildinfo"
4445
],

0 commit comments

Comments
 (0)