Skip to content

Commit

Permalink
fix external Ziko
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialaoui10 committed Nov 28, 2024
1 parent 4018098 commit 81386b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"rollup": "^4.24.0"
},
"dependencies": {
"ziko": "^0.0.18"
"ziko": "^0.0.20"
}
}
3 changes: 3 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ const output = [
name: NamedExport,
banner,
exports: "named",
globals: {
ziko: "Ziko",
},
},
];
isProduction &&
Expand Down

0 comments on commit 81386b8

Please sign in to comment.