Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
- do not compress output
  • Loading branch information
devjiwonchoi committed Apr 26, 2024
1 parent 74b9a0b commit f562660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "po2mo",
"version": "2.0.5",
"version": "2.0.6",
"description": "po to mo, it's simple.",
"bin": "./dist/index.js",
"scripts": {
"build": "bunchee --no-dts",
"build:pkg": "pnpm build && pkg . --out-path exec --targets node18-linux-x64,node18-macos-x64,node18-win-x64 --overwrite",
"test": "jest",
"format": "prettier --write !pnpm-lock.yaml .",
"prepublishOnly": "pnpm build -m"
"prepublishOnly": "pnpm build"
},
"dependencies": {
"arg": "^5.0.2",
Expand Down

0 comments on commit f562660

Please sign in to comment.