Skip to content

Commit

Permalink
Release Candidate: 4.1.0-rc3 (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Dec 20, 2024
1 parent 9d0d466 commit 97d6744
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import svg from "esbuild-plugin-svg";
import fs from "fs";
import LessPluginCleanCSS from "less-plugin-clean-css";

const watch = process.argv[2] === "--watch";

const pkg = JSON.parse(fs.readFileSync("./package.json").toString());

// These are NPM packages that don't work with external bundlers without configuration.
Expand Down Expand Up @@ -44,7 +42,6 @@ async function main() {
target: "es2020",
format: "esm",
globalName: "UV",
watch,
minify: true,
external: [
...Object.keys(pkg.dependencies).filter(
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "universalviewer",
"version": "4.1.0-rc2",
"version": "4.1.0-rc3",
"description": "The Universal Viewer is a community-developed open source project on a mission to help you share your πŸ“šπŸ“œπŸ“°πŸ“½οΈπŸ“»πŸ—Ώ with the 🌎",
"engines": {
"node": ">=18",
Expand Down

0 comments on commit 97d6744

Please sign in to comment.