Skip to content

Commit

Permalink
perf: tech release
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 3, 2024
1 parent 45fa3d6 commit 07902df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"import": "./target/esm/spawn.mjs",
"default": "./target/esm/spawn.mjs"
},
"./zurk": {
"types": "./target/dts/zurk.d.ts",
"require": "./target/cjs/zurk.cjs",
"import": "./target/esm/zurk.mjs",
"default": "./target/esm/zurk.mjs"
},
"./util": {
"types": "./target/dts/util.d.ts",
"require": "./target/cjs/util.cjs",
"import": "./target/esm/util.mjs",
"default": "./target/esm/util.mjs"
},
"./zurk": {
"types": "./target/dts/zurk.d.ts",
"require": "./target/cjs/zurk.cjs",
"import": "./target/esm/zurk.mjs",
"default": "./target/esm/zurk.mjs"
}
},
"module": "target/esm/index.mjs",
Expand Down

0 comments on commit 07902df

Please sign in to comment.