aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-03-23 07:01:08 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-03-23 01:34:45 +0000
commit7177ac9abd0383f601cc43591b53e3540620ca91 (patch)
tree23a19d5e65b0910b90bd11443ee328151f91f0bd
parentUpgrade pnpm to 8.15.5 (diff)
downloadferdium-recipes-7177ac9abd0383f601cc43591b53e3540620ca91.tar.gz
ferdium-recipes-7177ac9abd0383f601cc43591b53e3540620ca91.tar.zst
ferdium-recipes-7177ac9abd0383f601cc43591b53e3540620ca91.zip
Change bluesky url from staging to prod
-rw-r--r--recipes/bluesky/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/bluesky/package.json b/recipes/bluesky/package.json
index 060e6e4..14309b6 100644
--- a/recipes/bluesky/package.json
+++ b/recipes/bluesky/package.json
@@ -1,9 +1,9 @@
1{ 1{
2 "id": "bluesky", 2 "id": "bluesky",
3 "name": "Bluesky", 3 "name": "Bluesky",
4 "version": "1.1.1", 4 "version": "1.1.2",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://staging.bsky.app/" 7 "serviceURL": "https://bsky.app/"
8 } 8 }
9} 9}