Skip to content

Commit

Permalink
fix definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Jul 4, 2023
1 parent acb5f28 commit 0a20572
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"./package.json": "./package.json",
".": {
"require": {
"types": "./dist/typings/index.d.ts",
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
},
"import": {
"types": "./dist/typings/index.d.mts",
"types": "./dist/esm/index.d.mts",
"default": "./dist/esm/index.js"
},
"default": {
"types": "./dist/typings/index.d.mts",
"types": "./dist/esm/index.d.mts",
"default": "./dist/esm/index.js"
}
}
},
"typings": "dist/typings/index.d.mts",
"typings": "dist/esm/index.d.mts",
"keywords": [
"eslint",
"eslintplugin",
Expand Down Expand Up @@ -70,6 +70,6 @@
},
"sideEffects": false,
"typescript": {
"definition": "dist/typings/index.d.ts"
"definition": "dist/cjs/index.d.ts"
}
}

0 comments on commit 0a20572

Please sign in to comment.