aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pushbullet/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-16 12:42:52 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-16 12:44:52 +0530
commitac7b676d2b65d93264551a8f44d953ef3e8aae0b (patch)
treef29eb4a95f9f10a67d6ba2d3e2135c1c7a0ddd0c /recipes/pushbullet/package.json
parentAdded check for verifying that the 'package.json' file has a version (diff)
downloadferdium-recipes-ac7b676d2b65d93264551a8f44d953ef3e8aae0b.tar.gz
ferdium-recipes-ac7b676d2b65d93264551a8f44d953ef3e8aae0b.tar.zst
ferdium-recipes-ac7b676d2b65d93264551a8f44d953ef3e8aae0b.zip
Fixing login redirect issue in PushBullet (fixes Ferdi#1331)
Diffstat (limited to 'recipes/pushbullet/package.json')
-rw-r--r--recipes/pushbullet/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pushbullet/package.json b/recipes/pushbullet/package.json
index 31f381d..9f6e4a7 100644
--- a/recipes/pushbullet/package.json
+++ b/recipes/pushbullet/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "pushbullet", 2 "id": "pushbullet",
3 "name": "Pushbullet", 3 "name": "Pushbullet",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Pushbullet", 5 "description": "Pushbullet",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Diego bersanetti <diego.bersanetti@gmail.com>", 7 "author": "Diego bersanetti <diego.bersanetti@gmail.com>",