Skip to content

Commit

Permalink
package.json updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Sep 5, 2024
1 parent 0e9a698 commit 4aab451
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 24 deletions.
10 changes: 3 additions & 7 deletions packages/eslint-config-flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@
"sideEffects": false,
"type": "module",
"exports": {
"node": {
"import": {
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.mjs"
}
}
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.mjs"
},
"module": "./dist/node/index.mjs",
"types": "./dist/node/index.d.ts",
Expand Down Expand Up @@ -63,4 +59,4 @@
"publishConfig": {
"access": "public"
}
}
}
10 changes: 3 additions & 7 deletions packages/eslint-config-react-flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@
"sideEffects": false,
"type": "module",
"exports": {
"node": {
"import": {
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.mjs"
}
}
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.mjs"
},
"module": "./dist/node/index.mjs",
"types": "./dist/node/index.d.ts",
Expand All @@ -52,4 +48,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 3 additions & 5 deletions packages/ts-scripts-react-yarn3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -100,4 +98,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 3 additions & 5 deletions packages/ts-scripts-yarn3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -154,4 +152,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 4aab451

Please sign in to comment.