Skip to content

Commit

Permalink
into [v0.0.45]
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkhoeri committed Feb 4, 2025
1 parent 1150459 commit f5405bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[![DENO](https://img.shields.io/npm/v/cretex.svg?logo=deno&logoColor=white&logoSize=auto&label=%20deno&labelColor=blue&color=white)](https://deno.land/x/cretex)
[![jsdelivr](https://img.shields.io/npm/v/cretex.svg?logo=jsdelivr&label=jsdelivr&color=fdC72e)](https://www.jsdelivr.com/package/npm/cretex)

## **Packages**
## **Bundles**

[![min](https://badgen.net/bundlephobia/min/cretex)](https://bundlephobia.com/package/cretex)
[![minzip](https://badgen.net/bundlephobia/minzip/cretex)](https://bundlephobia.com/package/cretex)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"check": "yarn lint:check && yarn prettier:check",
"fix": "yarn lint:fix && yarn prettier:fix",
"clean": "rm -rf lib/* deno/lib/*",
"build": "yarn clean && yarn build:cjs && yarn build:esm && yarn build:deno",
"build": "yarn clean && yarn build:cjs && yarn build:esm && yarn build:deno && yarn prettier",
"build:deno": "tsx ./script/info.ts deno && node ./configs/deno-build.mjs && cp ./README.md ./deno/lib",
"build:esm": "tsx ./script/info.ts esm && rollup --config ./configs/rollup.config.mjs --compact",
"build:cjs": "tsx ./script/info.ts cjs && tsc -p ./configs/tsconfig.cjs.json",
Expand Down

0 comments on commit f5405bb

Please # to comment.