Skip to content

Commit a4aa0da

Browse files
committed
use cjs
1 parent bd1b540 commit a4aa0da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ config:
66
generates:
77
test/integration/Types.kt:
88
plugins:
9-
- "dist/plugin.js"
9+
- "dist/plugin.cjs"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@expediagroup/graphql-kotlin-codegen",
33
"packageManager": "bun@1.1.4",
4-
"main": "dist/plugin.js",
5-
"types": "dist/plugin.d.ts",
4+
"main": "dist/plugin.cjs",
5+
"types": "dist/plugin.d.cts",
66
"files": [
77
"dist",
88
"README.md"

0 commit comments

Comments
 (0)