From 06a7b448afbd2f991780cbd79c4b847387d1f974 Mon Sep 17 00:00:00 2001 From: Dmytro Polhul Date: Sat, 21 Mar 2026 22:35:57 +0200 Subject: [PATCH] remove image from package --- .npmignore | 1 + README.md | 2 +- package.json | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 735a8c4..c206681 100644 --- a/.npmignore +++ b/.npmignore @@ -10,6 +10,7 @@ build.rs test/ benchmarks/ *.log +examples/images/ # GitHub files .github/ diff --git a/README.md b/README.md index 287f6ee..ea4f639 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ logger.error('Error message'); // Red logger.fatal('Fatal message'); // Bold red ``` -![Colorized Output Example](examples/images/colorized.png) +![Colorized Output Example](https://raw.githubusercontent.com/eventum-project/eventum/main/examples/images/colorized.png) > **Tip**: Colors are automatically disabled when `color: false` or when output is piped to a file. diff --git a/package.json b/package.json index 2f220f6..3e429df 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,6 @@ "README.md", "LICENSE", "scripts/", - "examples/images/", "Cargo.toml", "Cargo.lock", "build.rs",