Skip to content

Commit

Permalink
chore: add Sublime Text packages manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
smcenlly committed Apr 12, 2023
1 parent 9c034b3 commit ef01384
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"packages": [
{
"buy": "http://wallabyjs.com/purchase",
"description": "Super fast test runner with realtime time code coverage for JavaScript.",
"releases": [
{
"url": "https://s3.amazonaws.com/wallaby-downloads/sublime/Wallaby.sublime-package",
"date": "2023-04-11 05:50:50",
"version": "1.0.71",
"sublime_text": ">=3000"
}
],
"author": "Wallaby.js",
"labels": [
"javascript",
"testing"
],
"readme": "http://wallabyjs.com/sublime/readme.md",
"homepage": "http://wallabyjs.com",
"name": "Wallaby"
},
{
"buy": "http://quokkajs.com/pro",
"description": "Live Scratchpad for JavaScript.",
"releases": [
{
"url": "https://s3.amazonaws.com/wallaby-downloads/sublime/Quokka.sublime-package",
"date": "2023-04-11 05:58:36",
"version": "1.0.161",
"sublime_text": ">=3000"
}
],
"author": "Wallaby.js",
"labels": [
"scraptchpad",
"playground",
"JavaScript",
"TypeScript",
"REPL"
],
"readme": "http://quokkajs.com/sublime/readme.md",
"homepage": "http://quokkajs.com",
"name": "Quokka"
}
],
"schema_version": "3.0.0"
}

0 comments on commit ef01384

Please sign in to comment.