Skip to content

Commit ffbefe1

Browse files
authored
Merge pull request #47 from webdevhome/add-bun
Add Bun
2 parents fd7be88 + 599bcfd commit ffbefe1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io-vite",
3-
"version": "2.0.19",
3+
"version": "2.0.20",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

src/links.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,12 @@
11101110
"icon": "deno",
11111111
"color": "#000000"
11121112
},
1113+
{
1114+
"title": "Bun",
1115+
"url": "https://bun.sh",
1116+
"icon": "bun",
1117+
"color": "#000000"
1118+
},
11131119
{
11141120
"title": "Python",
11151121
"url": "https://www.python.org",

0 commit comments

Comments
 (0)