Skip to content

Commit

Permalink
fix: fixed build docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Nov 21, 2023
1 parent d55f869 commit 6f67b82
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/arr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/is/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/obj/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/str/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down

0 comments on commit 6f67b82

Please sign in to comment.