Skip to content

Commit 5491e63

Browse files
committed
fix: add dummy extension list just for build compatibility
1 parent b7a4737 commit 5491e63

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
{
22
"alert": "The extensions.json file is no longer in use, use https://registry.k6.io instead!",
3-
"extensions": []
3+
"extensions": [
4+
{
5+
"name": "k6",
6+
"description": "A modern load testing tool, using Go and JavaScript",
7+
"url": "https://github.com/grafana/k6",
8+
"logo": "",
9+
"author": {
10+
"name": "Grafana",
11+
"url": "https://github.com/grafana"
12+
},
13+
"stars": "0",
14+
"type": ["JavaScript"],
15+
"categories": ["Misc"],
16+
"tiers": ["Official"],
17+
"cloudEnabled": false
18+
}
19+
]
420
}

0 commit comments

Comments
 (0)