Skip to content

Commit

Permalink
fix: update mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Jan 27, 2025
1 parent 0de277f commit 96b7091
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
"format": "biome check --write",
"prepublishOnly": "npm run build"
},
"files": [
"src/*.ts",
"dist/lib*",
"dist/cli*"
],
"files": ["src/*.ts", "dist/lib*", "dist/cli*"],
"bin": "./dist/cli.js",
"main": "./dist/lib.js",
"module": "./dist/lib.mjs",
Expand Down Expand Up @@ -47,19 +43,12 @@
"dotenv": "^16.4.7"
},
"tsup": {
"entry": [
"src/action.ts",
"src/lib.ts",
"src/cli.ts"
],
"entry": ["src/action.ts", "src/lib.ts", "src/cli.ts"],
"splitting": false,
"sourcemap": false,
"clean": true,
"dts": true,
"treeshake": true,
"format": [
"esm",
"cjs"
]
"format": ["esm", "cjs"]
}
}

0 comments on commit 96b7091

Please sign in to comment.