Skip to content

Commit

Permalink
Update version to 0.10.20 in package.json and disable splitting in ts…
Browse files Browse the repository at this point in the history
…up.config.ts
  • Loading branch information
BlackRam-oss committed Feb 27, 2025
1 parent 9817fd0 commit ecd73c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drincs/pixi-vn",
"version": "0.10.19",
"version": "0.10.20",
"type": "module",
"description": "Pixi'VN is a npm package that provides various features for creating visual novels.",
"main": "./dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
format: ["cjs", "esm"], // Build for commonJS and ESmodules
dts: true, // Generate declaration file (.d.ts)
treeshake: true,
// splitting: false,
splitting: false,
// sourcemap: true, // Generate sourcemap, it was removed because otherwise it would explode
clean: true,
minify: true,
Expand Down

0 comments on commit ecd73c9

Please sign in to comment.