Skip to content

Commit

Permalink
feat: 0.0.42 release (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVidra authored Mar 1, 2024
1 parent a44f01b commit f6a1886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workspaces/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"product-adoption",
"product-tours"
],
"version": "0.0.41",
"version": "0.0.42",
"repository": {
"type": "git",
"url": "git+https://github.com/RBND-studio/flows-js.git"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/js/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
entry: ["src/index.ts", "src/core/index.ts"],
clean: true,
format: ["cjs", "esm", "iife"],
globalName: "FlowsJS",
globalName: "flows",
minify: true,
dts: true,
});

0 comments on commit f6a1886

Please sign in to comment.