aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netlify/package.json
diff options
context:
space:
mode:
authorLibravatar Tania R. Zúñiga <25267490+TanZng@users.noreply.github.com>2021-10-15 12:00:24 -0500
committerLibravatar GitHub <noreply@github.com>2021-10-15 22:30:24 +0530
commit9c2fd0f355d94aaef3f1ada5fc94c4e86da0a12e (patch)
treef16bafe14082be70b265181ee59fe62c810e14b5 /recipes/netlify/package.json
parentupgrade 'node' to '14.18.1' (#745) (diff)
downloadferdium-recipes-9c2fd0f355d94aaef3f1ada5fc94c4e86da0a12e.tar.gz
ferdium-recipes-9c2fd0f355d94aaef3f1ada5fc94c4e86da0a12e.tar.zst
ferdium-recipes-9c2fd0f355d94aaef3f1ada5fc94c4e86da0a12e.zip
Add new service: Netlify (#746)
Diffstat (limited to 'recipes/netlify/package.json')
-rw-r--r--recipes/netlify/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/netlify/package.json b/recipes/netlify/package.json
new file mode 100644
index 0000000..b4784a0
--- /dev/null
+++ b/recipes/netlify/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "netlify",
3 "name": "Netlify",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://app.netlify.com",
8 "hasIndirectMessages": true
9 }
10}