Skip to content

Commit eeab50d

Browse files
committed
nit: changed files since removing types/modules fields. and don't use selfLink in tshy
1 parent 2cc5b72 commit eeab50d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "@transcend-io/conflux",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"type": "module",
55
"description": "Build zip files out of readable streams in the browser",
66
"main": "./dist/commonjs/index.js",
7+
"types": "./dist/commonjs/index.d.ts",
8+
"module": "./dist/esm/index.js",
79
"exports": {
810
"./package.json": "./package.json",
911
".": {
@@ -59,6 +61,7 @@
5961
"packageManager": "pnpm@10.13.1+sha256.0f9ed48d808996ae007835fb5c4641cf9a300def2eddc9e957d9bbe4768c5f28",
6062
"tshy": {
6163
"project": "tsconfig.web.json",
64+
"selfLink": false,
6265
"exports": {
6366
"./package.json": "./package.json",
6467
".": "./src/index.ts"

0 commit comments

Comments
 (0)