From a9c344bee4ff7d3f42fc9337d4a08fe370ec18c4 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 14 May 2026 19:40:34 +0200 Subject: [PATCH] chore: remove src & screenshot from distribution --- README.md | 2 +- package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2dfbd6..ec6a4a1 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ You can add the `pulse` attribute to make the circle... pulse ## Result -![screenshot](./screenshot.png) +![screenshot](https://raw.githubusercontent.com/ayo-run/status-indicator/refs/heads/main/screenshot.png) --- diff --git a/package.json b/package.json index 902fba8..d8f3a82 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,9 @@ } }, "files": [ - "src", "dist", "README.md", - "LICENSE", - "screenshot.png" + "LICENSE" ], "scripts": { "test": "echo \"Warning: no test specified\"",