Skip to content

Commit ef01384

Browse files
committed
chore: add Sublime Text packages manifest
1 parent 9c034b3 commit ef01384

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

packages.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"packages": [
3+
{
4+
"buy": "http://wallabyjs.com/purchase",
5+
"description": "Super fast test runner with realtime time code coverage for JavaScript.",
6+
"releases": [
7+
{
8+
"url": "https://s3.amazonaws.com/wallaby-downloads/sublime/Wallaby.sublime-package",
9+
"date": "2023-04-11 05:50:50",
10+
"version": "1.0.71",
11+
"sublime_text": ">=3000"
12+
}
13+
],
14+
"author": "Wallaby.js",
15+
"labels": [
16+
"javascript",
17+
"testing"
18+
],
19+
"readme": "http://wallabyjs.com/sublime/readme.md",
20+
"homepage": "http://wallabyjs.com",
21+
"name": "Wallaby"
22+
},
23+
{
24+
"buy": "http://quokkajs.com/pro",
25+
"description": "Live Scratchpad for JavaScript.",
26+
"releases": [
27+
{
28+
"url": "https://s3.amazonaws.com/wallaby-downloads/sublime/Quokka.sublime-package",
29+
"date": "2023-04-11 05:58:36",
30+
"version": "1.0.161",
31+
"sublime_text": ">=3000"
32+
}
33+
],
34+
"author": "Wallaby.js",
35+
"labels": [
36+
"scraptchpad",
37+
"playground",
38+
"JavaScript",
39+
"TypeScript",
40+
"REPL"
41+
],
42+
"readme": "http://quokkajs.com/sublime/readme.md",
43+
"homepage": "http://quokkajs.com",
44+
"name": "Quokka"
45+
}
46+
],
47+
"schema_version": "3.0.0"
48+
}

0 commit comments

Comments
 (0)