From 599bcfdad934152056a5ea4b33b7c02963f5be29 Mon Sep 17 00:00:00 2001 From: Andreas Linnert Date: Wed, 18 Oct 2023 22:00:33 +0200 Subject: [PATCH] Add Bun --- package.json | 2 +- src/links.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index be6652c..2e2207a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webdevhome.github.io-vite", - "version": "2.0.19", + "version": "2.0.20", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/src/links.json b/src/links.json index b032220..9f0d99a 100644 --- a/src/links.json +++ b/src/links.json @@ -1110,6 +1110,12 @@ "icon": "deno", "color": "#000000" }, + { + "title": "Bun", + "url": "https://bun.sh", + "icon": "bun", + "color": "#000000" + }, { "title": "Python", "url": "https://www.python.org",