From 33d92b9c63c055e78e877052dc29ce0a7b4e4651 Mon Sep 17 00:00:00 2001 From: Calvin Young Date: Sat, 8 Oct 2022 15:00:18 -0700 Subject: Add new recipe for Linear --- recipes/linear/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/linear/package.json (limited to 'recipes/linear/package.json') diff --git a/recipes/linear/package.json b/recipes/linear/package.json new file mode 100644 index 0000000..da57697 --- /dev/null +++ b/recipes/linear/package.json @@ -0,0 +1,9 @@ +{ + "id": "linear", + "name": "Linear", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://linear.app" + } +} -- cgit v1.2.3-54-g00ecf