From 5438c4606943d02c3286af727d3b483a9a290768 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:23:01 +0100 Subject: Add multiple recipes (#444) --- recipes/regex101/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/regex101/package.json (limited to 'recipes/regex101/package.json') diff --git a/recipes/regex101/package.json b/recipes/regex101/package.json new file mode 100644 index 0000000..4502673 --- /dev/null +++ b/recipes/regex101/package.json @@ -0,0 +1,9 @@ +{ + "id": "regex101", + "name": "Regex101", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://regex101.com/" + } +} -- cgit v1.2.3-54-g00ecf