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",