Skip to content

Commit

Permalink
chore: adapt description
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashuber69 committed May 5, 2024
1 parent afd7005 commit 53b8935
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,7 +1,7 @@
{
"name": "kiss-worker-demo2",
"version": "1.0.0",
"description": "Demonstrates the most general way to use kiss-worker",
"description": "Demonstrates the easiest way to use kiss-worker with an object.",
"homepage": "https://github.com/andreashuber69/kiss-worker-demo2/blob/develop/README.md",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "vite";
export default defineConfig({
build: {
// The target setting only needs to be modified to support
// top-level await (which is used in index.html for simplicity).
// top-level await (which is used in main.ts for simplicity).
// If you refrain from using top-level await, the default target
// will work just fine.
target: "es2022",
Expand Down

0 comments on commit 53b8935

Please sign in to comment.