From 0467aa7d4aacffe5c1efa807322714ef12e9d973 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Mon, 29 Nov 2021 08:45:59 -0800 Subject: [PATCH] chore: No more need for jbang-catalog.json (#721) --- jbang-catalog.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 jbang-catalog.json diff --git a/jbang-catalog.json b/jbang-catalog.json deleted file mode 100644 index a3e64e07..00000000 --- a/jbang-catalog.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "catalogs": {}, - "aliases": { - "playwright": { - "script-ref": "scripts/playwright.java", - "description": "Playwright lets you automate Chromium, Firefox and Webkit with a single API. \nWith this cli you can install, trace, generate pdf and screenshots and more.\nExample on how to record and run a script:\n```\n jbang playwright@microsoft/playwright-java codegen -o Example.java`\n jbang --deps com.microsoft.playwright:playwright:RELEASE Example.java\n```" - } - }, - "templates": {} -} \ No newline at end of file